Class Bootstrap


  • public class Bootstrap
    extends Object
    The Bootstrap is used to start the optimization process.
    • Field Detail

      • optimizer

        protected final Optimizer optimizer
    • Constructor Detail

      • Bootstrap

        @Inject
        public Bootstrap​(Optimizer optimizer)
        Constructs an Executor with a given Optimizer.
        Parameters:
        optimizer - the optimizer that is executed
    • Method Detail

      • getOptimizer

        public Optimizer getOptimizer()
        Returns the Optimizer.
        Returns:
        the optimizer
      • execute

        public void execute()
        Starts the optimization process.