getArguments(args);
final EvolutionChamber ec = new EvolutionChamber();
ec.setDestination(inputFile.getDestination());
ec.setThreads(threads);
ec.setReportInterface(new EcReportable() {
@Override
public void threadScore(int threadIndex, String output) {
}
@Override