| Package | Description |
|---|---|
| weka.core |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.