All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opt4j.tutorial.minones.MinOnesModule Maven / Gradle / Ivy

There is a newer version: 3.1.4
Show newest version
package org.opt4j.tutorial.minones;

import org.opt4j.core.config.annotations.Parent;
import org.opt4j.core.problem.ProblemModule;
import org.opt4j.tutorial.TutorialModule;

@Parent(TutorialModule.class)
public class MinOnesModule extends ProblemModule {

	public void config() {
		bindProblem(MinOnesDecoder.class, MinOnesDecoder.class, MinOnesEvaluator.class);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy