ALSETLab / RaPId

RaPId (a recursive acronym for "Rapid Parameter Identification") utilizes different optimization and simulation technologies to provide a framework for model validation and calibration of any kind of dynamical systems, but specifically catered to power systems.
GNU Lesser General Public License v3.0
40 stars 12 forks source link

Result Visualization #11

Open MaximeBaudette opened 8 years ago

MaximeBaudette commented 8 years ago

In current version, I haven't been able to use the "Last Result", "Display Result" buttons.

I propose the following implementation:

Additional a message could be printed, telling the user whether the solution could be considered optimal or not. If the optimization has been stopped because of the fitnessStopRatio, the solution can be considered optimal. If the optimization has been stopped because the max number of iteration has been reached, then the solution is not optimal.

MaximeBaudette commented 8 years ago

I discovered the file result.fig that I suppose is opened when clicking "Display Result". It would be awesome if the parameter values could be displayed there as well as the "outputs" on the axes below.

MaximeBaudette commented 8 years ago

For Beta 2: Re-implement following functionality: @janlav

janlav commented 8 years ago

Some fixes were added in [1b920ba]

We should think on how to take into account that the output of the fmu is not necessarily what we use for calculating fitness.