Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 3 of Ticket #2174


Ignore:
Timestamp:
04/15/14 18:02:05 (10 years ago)
Author:
abeham
Comment:

r10753: The problem is now not Sim# specific anymore, but the parameters of Sim# models could be optimized using this problem. It's all about being able to program the evaluation function and parameter vector.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2174

    • Property Status changed from new to accepted
    • Property Version changed from 3.3.9 to branch
    • Property Summary changed from Add SimSharp based simulation optimization problem to Add programmable optimization problem
  • Ticket #2174 – Description

    initial v3  
    1 SimSharp is a .NET port of SimPy, a process-based discrete event simulation framework. SimSharp allows to write simulation models using an intuitive and compact description. Creating a problem that wraps SimSharp simulation models allows to optimize parameters of those models.
     1A programmable optimization problem should be created that allows to define parameter vector and evaluation function in an easy way. This will build upon the scripting feature.