Dependencies for numeric-optimization-0.1.1.0
Libraries
numeric-optimization
- base (>=4.12 && <5)
- constraints
- data-default-class (>=0.1.2.0 && <0.2)
- hmatrix (>=0.20.0.0)
- numeric-limits (>=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)
- if flag(with-lbfgs)
- lbfgs (>=0.1 && <0.2)
- if flag(with-lbfgsb)
- l-bfgs-b (>=0.1.0.1 && <0.2)
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 |
with-lbfgs | Enable L-BFGS (since 0.1.1.0) | Enabled |
with-lbfgsb | Enable L-BFGS-B (since 0.1.1.0) | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info