Parcourir la source

Update paper sentences

Jérôme BUISINE il y a 3 ans
Parent
commit
98f6811344

Fichier diff supprimé car celui-ci est trop grand
+ 4 - 4
README.md


+ 3 - 3
docs/source/api.rst

@@ -8,11 +8,11 @@ Modules description
 
 - **algorithms:** generic and implemented optimisation research algorithms;
 - **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 operators for update and obtain new solution;
+- **evaluator:** stores problem instance data and implements a `compute` method in order to evaluate a solution;
+- **operators:** mutators, crossovers operators to 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.
+- **validator:** such as constraint programming, a `validator` is a function which is used to validate or not a solution data state;
 
 
 Common and base modules

+ 1 - 1
docs/source/description.rst

@@ -35,7 +35,7 @@ Target Audience
 
 This package would meet the expectations of people wishing to: 
 
-- Solve a complex problem oriented evolutionary algorithm but who do not wish to develop their own framework. They can rely on what the package already proposes but also on its generic and flexible contribution in order to adapt their own content;
+- Solve a problem using an evolutionary algorithm but without developing their own frawmework. They can rely on what the package already proposes but also on its generic and flexible contribution in order to adapt their own content;
 - Conduct research work leading to the rapid modification of meta-heuristics and the interaction of different algorithms. More precisely:
 
   - test new combinations of algorithms. Changing algorithms during evaluations, e.g. different local searches;

Fichier diff supprimé car celui-ci est trop grand
+ 3 - 3
docs/source/documentations.rst


Fichier diff supprimé car celui-ci est trop grand
+ 3 - 3
docs/source/documentations/introduction.rst


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