Skip to content

Commit

Permalink
Merge pull request #275 from jakobj/fix/remove-outdated-arg-hlapi
Browse files Browse the repository at this point in the history
Remove outdated n_processes argument in hl_api
  • Loading branch information
HenrikMettler committed Jan 8, 2021
2 parents 05fed9d + da6dc13 commit a5f3435
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cgp/hl_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def evolve(
max_objective_calls: int = np.inf,
print_progress: Optional[bool] = False,
callback: Optional[Callable[[Population], None]] = None,
n_processes: int = 1,
) -> None:
"""
Evolves a population and returns the history of fitness of parents.
Expand Down Expand Up @@ -46,11 +45,6 @@ def evolve(
callback : callable, optional
Called after each iteration with the population instance.
Defaults to None.
n_processes : int, optional
Number of parallel processes to be used. If greater than 1,
parallel evaluation of the objective is supported. Currently
not implemented. Defaults to 1.
Returns
-------
Expand Down

0 comments on commit a5f3435

Please sign in to comment.