Given:
| xL | lower bound specified for optimisation |
| xU | upper bound specified for optimisation |
| x0 | starting point for search (should be feasible: xL < x0 < xU) |
| starting step size | |
| acceleration factor (greater than 1) |
and a procedure to evaluate f(x)
If either of the adjacent points crosses xL or xU reset the value to the constraint.
+ if the rightmost point was the minimum,Set the current step size = initial step size
- if the leftmost point was minimum.
Return to Section 5.3.2
Return to Section 5.3 Index
Return to Section 5 Index
Course Organiser Last modified: Tue Aug 25 11:01:25 BST