Interface IterativeOptimizer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void initialize()
      This method is called a single time before the optimization process is started.
      void next()
      Performs the next iteration in the optimization process.
    • Method Detail

      • initialize

        void initialize()
                 throws TerminationException
        This method is called a single time before the optimization process is started. It can be used to initialize used data structures, etc.
        Throws:
        TerminationException - if the optimization is terminated