We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1e011 commit 1345c74Copy full SHA for 1345c74
README.md
@@ -31,6 +31,9 @@ A work in progress.
31
* backtracking linesearch method
32
* exact linesearch method using [fmin](https://github.com/jacobwilliams/fmin) minimizer
33
* 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)`.
37
38
### Compiling
39
0 commit comments