Browse Source

Update paper sentences

Jérôme BUISINE 4 years ago
parent
commit
98f6811344

File diff suppressed because it is too large
+ 4 - 4
README.md


+ 3 - 3
docs/source/api.rst

@@ -8,11 +8,11 @@ Modules description
 
 
 - **algorithms:** generic and implemented optimisation research algorithms;
 - **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;
 - **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);
 - **policies:** the way you choose the available operators (might be using reinforcement learning);
 - **solutions:** representation of the solution;
 - **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
 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: 
 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:
 - 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;
   - test new combinations of algorithms. Changing algorithms during evaluations, e.g. different local searches;

File diff suppressed because it is too large
+ 3 - 3
docs/source/documentations.rst


File diff suppressed because it is too large
+ 3 - 3
docs/source/documentations/introduction.rst


File diff suppressed because it is too large
+ 12 - 16
paper.md