The BinaryOptimizationMethod enumeration is used to determine optimization method in the binary regression.
It is used by the following property:
| Value | Brief description | |
| 0 | QuadraticHillClimbing. Quadratic hill-climbing. | |
| 1 | NewtonRaphson. Newton-Raphson method. | |
| 2 | Powell. Powell method. |
See also: