You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Generic application option could allow the user to be able to use almost any simulation model he wants.
Basic idea and points to consider:
the user specifies a batch file (*.bat) as part of the dataset. This batch file is executed by BlueM.Opt to start the simulation.
For the objective functions, we must make it possible to specify an arbitrary file (with filename and relative path) and a position within that file (row, columns) for reading the objective function value.
if we want to allow multithreading, BlueM.Opt has to copy the entire dataset folder to the thread folders. This folder must contain all files necessary for simulation (possibly also the model exe). This also requires that the model relies only on relative paths.
Shouldnt be too hard to implement.
froehlich on 2020-02-14:
I have started implementing this in /branches/bug727
The text was updated successfully, but these errors were encountered:
Comments:
froehlich on 2020-02-14:
froehlich on 2020-02-14:
The text was updated successfully, but these errors were encountered: