Skip to content

Commit

Permalink
Merged master and removed old nsgaiii and renamed nsgaii_dev to nsgaii
Browse files Browse the repository at this point in the history
Additionally slight adjustments in tutorials
  • Loading branch information
thouska committed Sep 3, 2020
1 parent ab0016a commit 6e7f1fe
Show file tree
Hide file tree
Showing 7 changed files with 932 additions and 946 deletions.
1 change: 0 additions & 1 deletion spotpy/algorithms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
from .abc import abc # Artificial Bee Colony
from .fscabc import fscabc # Fitness Scaling Artificial Bee Colony
from .dream import dream # DiffeRential Evolution Adaptive Metropolis
from .list import list # Samples from given spotpy database
from .nsgaii import NSGAII # A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II
from .list_sampler import list_sampler # Samples from given spotpy database
from .dds import dds # Dynamically Dimensioned Search algorithm
Expand Down
Loading

0 comments on commit 6e7f1fe

Please sign in to comment.