Skip to content

Commit

Permalink
Removed experimental development
Browse files Browse the repository at this point in the history
  • Loading branch information
blankjul committed Apr 26, 2019
1 parent 06ed1b2 commit c8e917f
Showing 36 changed files with 64 additions and 2,038 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -9,6 +9,8 @@ __pycache__/
*.cpp
*.so

pymoo/experimental


README.html

1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
recursive-include . *.py *.pyx *.pxd
recursive-exclude . *.so
recursive-exclude pymoo/experimental *.py
include LICENSE
8 changes: 4 additions & 4 deletions doc/source/algorithms/genetic_algorithm.ipynb
Original file line number Diff line number Diff line change
@@ -63,10 +63,10 @@
"output_type": "stream",
"text": [
"Best solution found: \n",
"X = [0.99908747 0.98287338 0.99995272 0.99911987 0.9767462 0.98638762\n",
" 0.99950521 0.98755802 0.95958781 2.91486549 2.92319983 2.69518514\n",
" 0.99408339]\n",
"F = [-14.34376055]\n"
"X = [0.99318015 0.99805751 0.99841552 0.99154133 0.99398002 0.98832975\n",
" 0.99559111 0.9838085 0.99401594 2.86412984 2.84443849 2.77771475\n",
" 0.99492776]\n",
"F = [-14.34353041]\n"
]
}
],
4 changes: 2 additions & 2 deletions doc/source/algorithms/moead.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/source/algorithms/nsga2.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions doc/source/algorithms/rnsga3.ipynb

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions doc/source/algorithms/unsga3.ipynb

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions doc/source/components/crossover.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions doc/source/components/mutation.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions doc/source/components/sampling.ipynb

Large diffs are not rendered by default.

Empty file removed pymoo/experimental/dm/__init__.py
Empty file.
6 changes: 0 additions & 6 deletions pymoo/experimental/dm/decision_making.py

This file was deleted.

39 changes: 0 additions & 39 deletions pymoo/experimental/dm/pseudo_weights.py

This file was deleted.

Empty file removed pymoo/experimental/emo/__init__.py
Empty file.
84 changes: 0 additions & 84 deletions pymoo/experimental/emo/max_non_dominated.py

This file was deleted.

74 changes: 0 additions & 74 deletions pymoo/experimental/emo/max_of_extremes.py

This file was deleted.

68 changes: 0 additions & 68 deletions pymoo/experimental/emo/true.py

This file was deleted.

Loading

0 comments on commit c8e917f

Please sign in to comment.