Skip to content

Commit

Permalink
Added support for PyGenetics multiprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkessler committed Sep 13, 2018
1 parent 9a3973d commit 6805444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecnet/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def limit_input_parameters(self, limit_num, output_filename,
*num_survivors* - number of population members to reproduce for
next generation
*num_generations* - number of generations the algorithm will run for
*num_processes* - number of logical processors the GA will utilize
*shuffle* - whether to shuffle learning, validation and
testing sets for each population member
*data_split* - if shuffling, learning/validation/testing data
Expand Down

0 comments on commit 6805444

Please sign in to comment.