heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
34 stars 16 forks source link

Create parameter optimization problem for simulation models #1791

Open HeuristicLab-Trac-Bot opened 12 years ago

HeuristicLab-Trac-Bot commented 12 years ago

Issue migrated from trac ticket # 1791

milestone: HeuristicLab 4.x Backlog | component: Problems.ExternalEvaluation | priority: medium

2012-03-07 16:57:49: @abeham created the issue


The ExternalEvaluationProblem is a way of configuring a simulation-based optimization problem, but a lot of the configuration has to be done manually.

A special problem that would optimize integer and double parameters would be nice to have. The problem should support loading the configuration from the simulation model (maybe through a special protocol buffer). The problem should support both discrete and continuous variables and a lower and upper bound for each variable. It should contain crossover, mutation operators as well as move operators, shaking operators and operators necessary for PSO.

Optionally (this would be king), the problem should support reading different values from the simulation and allow to define a combination function that would result in a fitness value.

HeuristicLab-Trac-Bot commented 12 years ago

2012-03-07 16:57:59: @abeham changed milestone from HeuristicLab 3.3.7 to HeuristicLab 3.3.x Backlog

HeuristicLab-Trac-Bot commented 11 years ago

2013-07-10 10:46:44: @abeham changed status from new to assigned

HeuristicLab-Trac-Bot commented 11 years ago

2013-07-10 10:46:44: @abeham changed owner from @abeham to @jkarder

HeuristicLab-Trac-Bot commented 11 years ago

2013-07-22 18:45:55: @gkronber changed priority from medium to highest

HeuristicLab-Trac-Bot commented 11 years ago

2013-07-22 18:45:55: @gkronber commented


Please accept this ticket. The functionality is related to the Scilab/MATLAB connection (#2082)

HeuristicLab-Trac-Bot commented 11 years ago

2013-07-22 19:07:38: @jkarder changed status from assigned to accepted

HeuristicLab-Trac-Bot commented 10 years ago

2014-02-24 18:10:13: @gkronber commented


Within #2082 a general parameter optimization problem plugin has been implemented that could potentially be used or extended. The parameter optimization problem in #2082 only supports continuous parameter vectors.

HeuristicLab-Trac-Bot commented 8 years ago

2015-11-16 13:11:21: @jkarder changed milestone from HeuristicLab 3.3.x Backlog to HeuristicLab 4.x Backlog

HeuristicLab-Trac-Bot commented 7 years ago

2017-04-21 09:57:38: @gkronber commented


Priority highest?

HeuristicLab-Trac-Bot commented 7 years ago

2017-07-27 15:26:59: @jkarder changed priority from highest to medium