doxxx / ffxiv-craft-opt-web

Web frontend for FFXIV Crafting Optimizer service.
zlib License
224 stars 197 forks source link

Allow Solve button to be used with alternative algorithms and models #29

Open lokyst opened 10 years ago

lokyst commented 10 years ago

The probabilistic model or Montecarlo model can be solved with any algorithm that allows for a black box approach. There should be an option to select alternative algorithms and models to be used with the solve button.

e.g. GA with Montecarlo e.g. GA with local extema handling with Probabilistic model etc.

doxxx commented 9 years ago

The framework and UI for selecting an algorithm is in place. However, the solver worker is still hard-coded to use the probabilistic simulation for evaluating the fitness of individuals.