Skip to content

Commit 35fe1c2

Browse files
committed
Updating Example Folders
1 parent 4cb29e5 commit 35fe1c2

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

EvolutionaryComputation/GeneticAlgorithms/multi_objective_example.ipynb renamed to EvolutionaryComputation/GeneticAlgorithms/examples/multi_objective_example.ipynb

File renamed without changes.

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@ where the goal is to model biological evolution in terms as an optimization proc
1414
--------------------------------
1515
# Algorithms Included
1616

17+
As of current, there are three main types of algorithms included: Genetic Algorithms for solving generic optimization problems;
18+
genetic algorithms specifically created for evolving the weights of neural network for classification, regression,
19+
auto-encoders, and reinforcement learning.
20+
21+
## Generic Optimization Problems
22+
23+
As of current, there exists four classes for solving optimization problems, `GenericUnconstrainedProblem` and
24+
`HyperParamUnconstrainedProblem` for solving unconstrained problems, `ConstrainedProblem` for solving constrained problems,
25+
and `ParetoFrontMOP` for solving multi-objective problems by finding the pareto-front.
26+
27+
## NeuroEvolution
28+
29+
### Classification, Regression,
30+
31+
## Automated Machine Learning
32+
1733
--------------------------------
1834
# Quick Overview of Evolutionary Algorithms
1935

0 commit comments

Comments
 (0)