Fabian Becker 6a24e01e45 Merge branch 'object-array-editor' into 'master'
Object array editor

This introduces a new generic ObjectArrayEditor which allows adding assignable classes of a type T to a list (shown in a JList) and configuring those objects in a GenericObjectEditor instance. 

![Screen_Shot_2015-12-16_at_20.05.56](/uploads/6175a0ca3fb67db382d32353a6b5fd6c/Screen_Shot_2015-12-16_at_20.05.56.png)

This thing is useful in multiple instances:

- MetaEvA
  - To select problems and configure them (dimension, init range, etc.)
  - To select optimizers (configuration will be ignored)
- Experiment Generator (future project)
  - To select problems and configure optimizer to be executed in a run matrix

ToDo:

- [x] Allow deactivating/hiding the "Config" button
- [x] Make sure this will automatically be used for objects that have an `Anything[]`
- [x] Find a way to get a better `toString()` (CEC2005 for some reason looks fine)

See merge request !10
2015-12-18 16:50:09 +01:00
2015-12-10 18:51:33 +01:00
2015-12-10 18:52:59 +01:00
2015-12-14 15:46:30 +01:00
2012-05-28 21:23:12 +00:00
2013-03-08 16:53:06 +01:00

EvA 2

A Java™ based framework for Evolutionary Algorithms -- formerly known as JavaEvA/EvA

Description
No description provided
Readme 7.5 MiB
Languages
Java 98.2%
MATLAB 0.8%
HTML 0.6%
C 0.4%