Class CombinedCetaMaximizer

  • All Implemented Interfaces:
    Optimizer<Ceta,​CetaMaximizer.Solution>, CetaMaximizer

    public class CombinedCetaMaximizer
    extends Object
    implements CetaMaximizer
    Searches the maximum C(η) by an array of given maximizers, being tried in sequence. The first successful search by a maximizer will be returned as the solution. In general, unstable but fast maximizers should be tried first to speed up the maximization process, whereas a stable but slow maximizer is used as a last resort.
    • Constructor Detail

      • CombinedCetaMaximizer

        public CombinedCetaMaximizer​(CetaMaximizer[] maximizers)
        Constructs a combined maximizer.
        Parameters:
        maximizers - the maximizers to be used
      • CombinedCetaMaximizer

        public CombinedCetaMaximizer()
        Constructs a combined maximizer.