Guardado en:
| Autores principales: | , , |
|---|---|
| Formato: | Recurso digital |
| Lenguaje: | inglés |
| Publicado: |
Zenodo
2021
|
| Materias: | |
| Acceso en línea: | https://doi.org/10.5281/zenodo.4595986 |
| Etiquetas: |
Agregar Etiqueta
Sin Etiquetas, Sea el primero en etiquetar este registro!
|
Tabla de Contenidos:
- <p><strong><code>Macop</code></strong> is a python package for solving discrete optimisation problems in nature. Continuous optimisation can also applicable if needed. The objective is to allow a user to exploit the basic structure proposed by this package to solve a problem specific to him. The interest is that he can quickly abstract himself from the complications related to the way of evaluating, comparing, saving the progress of the search for good solutions but rather concentrate if necessary on his own algorithm.</p> <p>Indeed, <strong><code>Macop</code></strong> offers the following main and basic features:</p> <ul> <li><strong>solutions:</strong> representation of the solution;</li> <li><strong>validator:</strong> such as constraint programming, a <code>validator</code> is a function which is used to validate or not a solution data state;</li> <li><strong>evaluator:</strong> stores problem instance data and implements a <code>compute</code> method in order to evaluate a solution;</li> <li><strong>operators:</strong> mutators, crossovers operators to update and obtain new solution;</li> <li><strong>policies:</strong> the way you choose the available operators (might be using reinforcement learning);</li> <li><strong>algorithms:</strong> generic and implemented optimisation research algorithms;</li> <li><strong>callbacks:</strong> callbacks to automatically keep track of the search space advancement and restart from previous state if nedded.</li> </ul> <p> </p> <p><strong>Funding:</strong> This research was funded by ANR support: project ANR-17-CE38-0009.</p>