Package bunch

Examples of bunch.ObjectiveFunctionCalculatorFactory


    private ObjectiveFunctionCalculatorFactory ofc;
    private String fitnessFunction;

    public BunchFitnessAdaptor(String fitnessFunction) {
        ofc = new ObjectiveFunctionCalculatorFactory();
        ofc.setCurrentCalculator(fitnessFunction);
        this.fitnessFunction = fitnessFunction;
    }
View Full Code Here

TOP

Related Classes of bunch.ObjectiveFunctionCalculatorFactory

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.