Parcourir la source

update of paper for JOSS

Jérôme BUISINE il y a 3 ans
Parent
commit
2a2ee044a8
5 fichiers modifiés avec 17 ajouts et 17 suppressions
  1. 2 2
      README.md
  2. 2 2
      docs/source/api.rst
  3. 2 2
      docs/source/documentations.rst
  4. 2 2
      docs/source/documentations/introduction.rst
  5. 9 9
      paper.md

+ 2 - 2
README.md

@@ -15,10 +15,10 @@
 - **solutions:** representation of the solution;
 - **validator:** such as constraint programmig, a `validator` is function which is used for validate or not a solution data state;
 - **evaluator:** stores problem instance data and implement a `compute` method in order to evaluate a solution;
-- **operators:** mutators, crossovers update of solution;
+- **operators:** mutators, crossovers operators for update and obtain new solution;
 - **policies:** the way you choose the available operators (might be using reinforcement learning);
 - **algorithms:** generic and implemented optimisation research algorithms;
-- **callbacks:** callbacks to automatically keep track of the search space advancement.
+- **callbacks:** callbacks to automatically keep track of the search space advancement and restart from previous state if nedded.
 
 <p align="center">
     <img src="https://github.com/jbuisine/macop/blob/master/docs/source/_static/documentation/macop_behaviour.png" alt="" width="50%">

+ 2 - 2
docs/source/api.rst

@@ -7,9 +7,9 @@ Modules description
 **Macop** offers the following main and basic features: 
 
 - **algorithms:** generic and implemented optimisation research algorithms;
-- **callbacks:** callbacks to automatically keep track of the search space advancement;
+- **callbacks:** callbacks to automatically keep track of the search space advancement and restart from previous state if nedded;
 - **evaluator:** stores problem instance data and implement a `compute` method in order to evaluate a solution;
-- **operators:** mutators, crossovers update of solution;
+- **operators:** mutators, crossovers operators for update and obtain new solution;
 - **policies:** the way you choose the available operators (might be using reinforcement learning);
 - **solutions:** representation of the solution;
 - **validator:** such as constraint programmig, a `validator` is function which is used for validate or not a solution data state.

+ 2 - 2
docs/source/documentations.rst

@@ -19,10 +19,10 @@ Introduction
 - **solutions:** representation of the solution;
 - **validator:** such as constraint programmig, a `validator` is function which is used for validate or not a solution data state;
 - **evaluator:** stores problem instance data and implement a `compute` method in order to evaluate a solution;
-- **operators:** mutators, crossovers update of solution;
+- **operators:** mutators, crossovers operators for update and obtain new solution;
 - **policies:** the way you choose the available operators (might be using reinforcement learning);
 - **algorithms:** generic and implemented optimisation research algorithms;
-- **callbacks:** callbacks to automatically keep track of the search space advancement.
+- **callbacks:** callbacks to automatically keep track of the search space advancement and restart from previous state if nedded.
 
 .. image:: _static/documentation/macop_behaviour.png
    :width: 50 %

+ 2 - 2
docs/source/documentations/introduction.rst

@@ -6,10 +6,10 @@ Introduction
 - **solutions:** representation of the solution;
 - **validator:** such as constraint programmig, a `validator` is function which is used for validate or not a solution data state;
 - **evaluator:** stores problem instance data and implement a `compute` method in order to evaluate a solution;
-- **operators:** mutators, crossovers update of solution;
+- **operators:** mutators, crossovers operators for update and obtain new solution;
 - **policies:** the way you choose the available operators (might be using reinforcement learning);
 - **algorithms:** generic and implemented optimisation research algorithms;
-- **callbacks:** callbacks to automatically keep track of the search space advancement.
+- **callbacks:** callbacks to automatically keep track of the search space advancement and restart from previous state if nedded.
 
 .. image:: ../_static/documentation/macop_behaviour.png
    :width: 50 %

Fichier diff supprimé car celui-ci est trop grand
+ 9 - 9
paper.md