Package org.jamesii.simspex.util.sampling

Examples of org.jamesii.simspex.util.sampling.RandomConfigurationSampler


      ParamILS paramILS,
      Map<Class<? extends Factory<?>>, List<QuantitativeBaseVariable<?>>> parameterToSearch) {
    paramILS.setInformationSource(this);
    paramILSRunner = new ParamILSRunner(paramILS, jobQueue);
    configurationSampler =
        new RandomConfigurationSampler(new SimpleConfigurationSamplingRules(),
            setups, SimSystem.getRNGGenerator().getNextRNG(), parameterToSearch);
  }
View Full Code Here

TOP

Related Classes of org.jamesii.simspex.util.sampling.RandomConfigurationSampler

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.