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

com.bnd.math.business.evo.GeneticAlgorithmBOFactory Maven / Gradle / Ivy

The newest version!
package com.bnd.math.business.evo;

import com.bnd.math.domain.evo.Chromosome;
import com.bnd.math.task.EvoRunTask;

public interface GeneticAlgorithmBOFactory {
	
	public , C, T> GeneticAlgorithmBO createInstance(
		EvoRunTask task,
		EvoTaskBO evoTaskBO
	);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy