Optimization Problem Types
Optimization problems types include unconstrained optimization, simple bound constraints, and nonlinearly constrained optimization.
- Unconstrained Optimization
- An unconstrained problem has no constraints. Thus there are no equality or inequality constraints that the solution b, has to satisfy. Furthermore there are no design limits either.
- Simple Bound Constraints
- A bound-constrained problem has only lower and upper bounds on the design parameters. There are no equality or inequality constraints that the solution b, has to satisfy. In the finite element world, these are also known as side constraints.
- Nonlinearly Constrained Optimization
- This is the most complex variation of the optimization problem. The solution has to satisfy some nonlinear constraints (inequality and/or equality) and there are bounds on the design variables that specify limits on the values they can assume.
It is important to know about these problem types because several optimization search methods are available in MotionSolve. Some of these methods work only for specific types of optimization problems.
The optimization problem formulation is:
minimize | (objective function) | |
subject to | (inequality constraints) | |
(equality constraints) | ||
(design limits) |
The functions