Version 0.16
============
    - Added proper error messages if the start value is out of bounds
    - The error messages of the inner processes are now properly shown in the GUI.

Version 0.15
=============

    - Added an option to add get candidate results. I.e. more than just the best solution
    - Evolutionary is now correctly using custom random seeds
    - Added Powell as an unbounded optimization method
    - A lot of code improvement for optimizer creation and parameter handling

Version 0.14
=============
    - Added "random", "input example" and "reference example" as a starting point options.
    - Removed the start setting in SimpleBounds. Please provide start values via input/reference exa. E.g. via Set Data.
    - Added a few better error messages for missing references, missing bounds etc.

Version 0.13
=============
    - Added a number of interpolation point default boolean for BYOBA
    - Added CMA-ES as an optimization method

Version 0.12
=============
    - compiled against 8.0 for enterprise clients.

Version 0.2.0
=============
    - changing java version to 11+ by changing the rapidminer-extension version to 1.0.7
    - changing minimum version to 10.0.0
    - Adding a new port "optimization history" to the prescriptive optimization operator, which contains the result of every iteration of the optimization.