Skip to content

Commit fd1d106

Browse files
committed
readme update
1 parent 61576b1 commit fd1d106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A work in progress.
3333
* evaluate function at specified fixed points
3434
* Has four options for variable bounds (`xlow<=x<=xupp`):
3535
* Ignore bounds
36-
* Scalar method: The Newton search direction is changed by checking each `x` component individually. If a component is on a bound, its value is set to the bound. The result is the new line search direction.
36+
* Scalar mode: The Newton search direction is changed by checking each `x` component individually. If a component is on a bound, its value is set to the bound. The result is the new line search direction.
3737
* Vector mode: The Newton search direction is not changed, but, the magnitude is walked back so that no variable violates their bounds.
3838
* "Wall" mode: Similar to scalar mode, except after modifying the search direction vector, each line search step keeps any values constant that were put on the bounds.
3939
* Has three options for computing the function vector norm:

0 commit comments

Comments
 (0)