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