-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove prefix category from each example filename.
The examples that import other examples are also modified to fit the new module name. --HG-- branch : dev rename : examples/coev/coev_coop_adapt.py => examples/coev/coop_adapt.py rename : examples/coev/coev_coop_base.py => examples/coev/coop_base.py rename : examples/coev/coev_coop_evol.py => examples/coev/coop_evol.py rename : examples/coev/coev_coop_gen.py => examples/coev/coop_gen.py rename : examples/coev/coev_coop_niche.py => examples/coev/coop_niche.py rename : examples/coev/coev_hillis.py => examples/coev/hillis.py rename : examples/coev/coev_symbreg.py => examples/coev/symbreg.py rename : examples/de/de_basic.py => examples/de/basic.py rename : examples/de/de_dynamic.py => examples/de/dynamic.py rename : examples/de/de_sphere.py => examples/de/sphere.py rename : examples/eda/eda_fctmin.py => examples/eda/fctmin.py rename : examples/eda/eda_pbil.py => examples/eda/pbil.py rename : examples/es/cmaes1pl_minfct.py => examples/es/cma_1+l_minfct.py rename : examples/es/cmaes_bipop.py => examples/es/cma_bipop.py rename : examples/es/cmaes_minfct.py => examples/es/cma_minfct.py rename : examples/es/cmaes_plotting.py => examples/es/cma_plotting.py rename : examples/es/es_fctmin.py => examples/es/fctmin.py rename : examples/es/es_onefifth.py => examples/es/onefifth.py rename : examples/ga/ga_knn.py => examples/ga/evoknn.py rename : examples/ga/ga_knn_jmlr.py => examples/ga/evoknn_jmlr.py rename : examples/ga/ga_evosn.py => examples/ga/evosn.py rename : examples/ga/ga_knapsack.py => examples/ga/knapsack.py rename : examples/ga/ga_kursawefct.py => examples/ga/kursawefct.py rename : examples/ga/ga_nqueens.py => examples/ga/nqueens.py rename : examples/ga/ga_nsga2.py => examples/ga/nsga2.py rename : examples/ga/ga_onemax.py => examples/ga/onemax.py rename : examples/ga/ga_onemax_island.py => examples/ga/onemax_island.py rename : examples/ga/ga_onemax_mp.py => examples/ga/onemax_mp.py rename : examples/ga/ga_onemax_multidemic.py => examples/ga/onemax_multidemic.py rename : examples/ga/ga_onemax_numpy.py => examples/ga/onemax_numpy.py rename : examples/ga/ga_onemax_short.py => examples/ga/onemax_short.py rename : examples/ga/ga_tsp.py => examples/ga/tsp.py rename : examples/gp/gp_adf_symbreg.py => examples/gp/adf_symbreg.py rename : examples/gp/gp_ant.py => examples/gp/ant.py rename : examples/gp/gp_multiplexer.py => examples/gp/multiplexer.py rename : examples/gp/gp_parity.py => examples/gp/parity.py rename : examples/gp/gp_spambase.py => examples/gp/spambase.py rename : examples/gp/gp_symbreg.py => examples/gp/symbreg.py rename : examples/gp/gp_symbreg_numpy.py => examples/gp/symbreg_numpy.py rename : examples/pso/pso_basic.py => examples/pso/basic.py rename : examples/pso/pso_multiswarm.py => examples/pso/multiswarm.py rename : examples/pso/pso_speciation.py => examples/pso/speciation.py
- Loading branch information
Showing
43 changed files
with
64 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# This file is part of DEAP. | ||
# | ||
# DEAP is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Lesser General Public License as | ||
# published by the Free Software Foundation, either version 3 of | ||
# the License, or (at your option) any later version. | ||
# | ||
# DEAP is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public | ||
# License along with DEAP. If not, see <http://www.gnu.org/licenses/>. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.