StartingPoint

Define the lower and upper bounds on the variables.

Synopsis

#include "tao_solver.h"  
int TaoABCFloatApplication::ComputeVariableBounds(float *xl, float *xu, int n)
Collective on TAO_SOLVER

Input Parameters

xl - array to store lower bounds
xu - array to store upper bounds
n - length of these arrays, which equals the number of variables

Note: This virtual method should be implemented by the application if there are lower or upper bounds on the variables.

Level:beginner
Location:src/appobject/interface/taofloatapp.c
TAO Solver Index
Table of Contents