Documentation of 'org.apache.commons.math3.optim.MaxEval' Java class
MaxEval
org.apache.commons.math3.optim

Class MaxEval

  • All Implemented Interfaces:
    OptimizationData


    public class MaxEval
    extends java.lang.Object
    implements OptimizationData
    Maximum number of evaluations of the function to be optimized.
    Since:
    3.1
    • Constructor Summary

      Constructors 
      Constructor and Description
      MaxEval(int max) 
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getMaxEval()
      Gets the maximum number of evaluations.
      static MaxEval unlimited()
      Factory method that creates instance of this class that represents a virtually unlimited number of evaluations.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getMaxEval

        public int getMaxEval()
        Gets the maximum number of evaluations.
        Returns:
        the allowed number of evaluations.
      • unlimited

        public static MaxEval unlimited()
        Factory method that creates instance of this class that represents a virtually unlimited number of evaluations.
        Returns:
        a new instance suitable for allowing Integer.MAX_VALUE evaluations.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.