Class QuasiNewtonBFGS_to_UnconstrainedMinimization

java.lang.Object
org.ddogleg.optimization.wrap.QuasiNewtonBFGS_to_UnconstrainedMinimization
All Implemented Interfaces:
Serializable, IterativeOptimization, UnconstrainedMinimization

public class QuasiNewtonBFGS_to_UnconstrainedMinimization extends Object implements UnconstrainedMinimization
Wrapper around QuasiNewtonBFGS for UnconstrainedMinimization. For a description of what the line parameters mean see LineSearchMore94.
See Also:
  • Constructor Details

    • QuasiNewtonBFGS_to_UnconstrainedMinimization

      public QuasiNewtonBFGS_to_UnconstrainedMinimization(QuasiNewtonBFGS alg)
  • Method Details