Ignore:
Timestamp:
01/15/24 05:46:02 (4 months ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • framspy/evolalg/base/experiment_islands_model_abc.py

    r1190 r1291  
    2828        sorted_individuals = sorted(
    2929            pool_of_all_individuals, key=lambda x: x.rawfitness)
    30         print(f"Best indiviudal for new islands:")
     30        print("Best individual for new islands:")
    3131        for i in range(self.number_of_populations):
    3232            shift = i*self.popsize
Note: See TracChangeset for help on using the changeset viewer.