innerPanel.add(selectionLabel);
SelectionStrategy<?>[] selectionStrategies = {new RankSelection(), new RouletteWheelSelection(),
new StochasticUniversalSampling(),
new TournamentSelection(new Probability(0.95)),
new TruncationSelection(0.5)};
selectionCombo = new JComboBox(selectionStrategies);
selectionCombo.setRenderer(new DefaultListCellRenderer() {
@Override
public Component getListCellRendererComponent(JList list,