Ignore:
Timestamp:
04/27/24 16:47:37 (6 weeks ago)
Author:
Maciej Komosinski
Message:

Added archive to the NSLC algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • framspy/evolalg/frams_base/experiment_frams_niching.py

    r1270 r1304  
    4343            self.do_nsga2_dissim(self.population_structures.population)
    4444        if self.fit == "nslc":
    45             self.do_nslc_dissim(self.population_structures.population)
     45            self.do_nslc_dissim(self.population_structures, self.population_structures.population)
    4646
    4747    def dissimilarity(self, population):
Note: See TracChangeset for help on using the changeset viewer.