EncogWorkBench.displayError("Error", t);
}
}
private void performExtract() {
ExtractGenomes dialog = new ExtractGenomes(EncogWorkBench.getInstance()
.getMainWindow(), this.population.getPopulationSize());
if (dialog.process()) {
String prefix = dialog.getPrefix().getValue();
int count = dialog.getGenomesToExtract().getValue();
for(int i=0;i<count;i++)
{
Genome genome = this.population.getGenomes().get(i);
genome.decode();