Package org.jamesii.simspex.exploration.ils.termination

Examples of org.jamesii.simspex.exploration.ils.termination.ParamILSTerminationSimpleCounter


  /**
   * Instantiates a new focused ILS.
   */
  public FocusedILS() {
    this(new ParamILSTerminationSimpleCounter());
  }
View Full Code Here


  /**
   * Creates instance with default termination indicator.
   */
  public ParamILS() {
    this(new ParamILSTerminationSimpleCounter());
  }
View Full Code Here

TOP

Related Classes of org.jamesii.simspex.exploration.ils.termination.ParamILSTerminationSimpleCounter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.