Ignore:
Timestamp:
08/04/23 01:05:05 (9 months ago)
Author:
Maciej Komosinski
Message:

Added the "k" parameter (the number of most similar neighbors) to NSLC and local niching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • framspy/evolalg/run_frams_niching.py

    r1205 r1270  
    3333                                        popsize=parsed_args.popsize,
    3434                                        archive_size=parsed_args.archive,
    35                                         save_only_best=parsed_args.save_only_best)
     35                                        save_only_best=parsed_args.save_only_best,
     36                                        knn_niching=parsed_args.knn_niching,
     37                                        knn_nslc=parsed_args.knn_nslc)
    3638
    3739    experiment.evolve(hof_savefile=parsed_args.hof_savefile,
Note: See TracChangeset for help on using the changeset viewer.