Optimization in F#
Optimization In One Dimension
Illustrates the use of the Brent and Golden Section optimizer classes in the Numerics.NET.Optimization namespace for one-dimensional optimization.
Optimization In Multiple Dimensions
Illustrates the use of the multi-dimensional optimizer classes in the Numerics.NET.Optimization namespace for optimization in multiple dimensions.
Linear Programming
Illustrates solving linear programming (LP) problems using classes in the Numerics.NET.Optimization.LinearProgramming namespace.
Mixed Integer Programming
Illustrates how to solve mixed integer programming by solving Sudoku puzzles using the linear programming solver.
Quadratic Programming
Illustrates how to solve optimization problems a quadratic objective function and linear constraints using classes in the Numerics.NET.Optimization namespace.
Nonlinear Programming
Illustrates solving nonlinear programs (optimization problems with linear or nonlinear constraints) using the NonlinearProgram and related classes.