}
private void performAnnealing(ProjectEGFile file, MLDataSet trainingData) {
InputAnneal dialog = new InputAnneal();
if (dialog.process()) {
final double startTemp = dialog.getStartTemp().getValue();
final double stopTemp = dialog.getStartTemp().getValue();
final int cycles = dialog.getCycles().getValue();
CalculateScore score = new TrainingSetScore(trainingData);