public interface org.apache.commons.math3.fitting.leastsquares.LeastSquaresOptimizer$Optimum extends org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.math3.fitting.leastsquares.LeastSquaresOptimizer$Optimum
  super_class: java.lang.Object
{
  public abstract int getEvaluations();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getIterations();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "LeastSquaresOptimizer.java"
NestHost: org.apache.commons.math3.fitting.leastsquares.LeastSquaresOptimizer
InnerClasses:
  public abstract Optimum = org.apache.commons.math3.fitting.leastsquares.LeastSquaresOptimizer$Optimum of org.apache.commons.math3.fitting.leastsquares.LeastSquaresOptimizer
  public abstract Evaluation = org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation of org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem