Interface OptimizerProgress


  • public interface OptimizerProgress
    Interface to provide progress information during optimization.
    • Method Detail

      • update

        void update​(OptimizerProgressInfo info)
        Progress updates from the optimization algorithm.
        Parameters:
        info - Contains progress information from the optimization algorithm.