Package weka.core

Class Summary
ConjugateGradientOptimization This subclass of Optimization.java implements conjugate gradient descent rather than BFGS updates, by overriding findArgmin(), with the same tests for convergence, and applies the same line search code.
Optimization Implementation of Active-sets method with BFGS update to solve optimization problem with only bounds constraints in multi-dimensions.