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

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

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

import com.bnd.math.domain.evo.EvoRun;
import com.bnd.math.domain.evo.Population;

public interface GeneticAlgorithmBOAutoSaveHandler {

	EvoRun saveEvoRun(EvoRun evoRun);

	Population savePopulation(Population population);

	void replacePopulation(Long populationId, Population newPopulation);

	void removePopulation(Long populationId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy