Skip to content

Commit 1345c74

Browse files
committed
update readme
1 parent 9a1e011 commit 1345c74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ A work in progress.
3131
* backtracking linesearch method
3232
* exact linesearch method using [fmin](https://github.com/jacobwilliams/fmin) minimizer
3333
* evaluate function at specified fixed points
34+
* Has two options for variable bounds (`xlow<=x<=xupp`):
35+
* Ignore bounds
36+
* Crude method: manually adjust `x` vector at each function evaluation so that `x = min(max(x,xlow),xupp)`.
3437

3538
### Compiling
3639

0 commit comments

Comments
 (0)