Dependencies for numeric-optimization-0.1.0.1
Libraries
numeric-optimization
- base (>=4.12 && <5)
- constraints
- data-default-class (>=0.1.2.0 && <0.2)
- hmatrix (>=0.20.0.0)
- lbfgs (>=0.1 && <0.2)
- primitive (>=0.6.4.0)
- vector (>=0.12.0.2 && <0.14)
- if flag(with-cg-descent)
- nonlinear-optimization (>=0.3.7 && <0.4)
Executables
rosenbrock
- base (>=4.12 && <5)
- data-default-class (>=0.1.2.0 && <0.2)
- numeric-optimization
- vector (>=0.12.0.2 && <0.14)
- if !flag(build-examples)
- buildable: False
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| build-examples | Build example programs | Disabled |
| with-cg-descent | Enable CGDescent optimization algorithm provided by nonlinear-optimization package and CG_DESCENT-C library. Since they are licensed under GPL, setting this flag True implies that resulting binary is also under GPL. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info