Skip to content
- A problem statement is the concise description of an optimization task:
xminsubject tof(x)h(x)=0g(x)≤0xl≤x≤xu
- x : vector of design variables
- f(x) : objective function
- h(x) : equality constraint functions
- g(x) : inequality constraint functions
- xl,xu : lower and upper bounds, define design space