Skip to content

Commit

Permalink
fix error in api-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Jan 2, 2023
1 parent d8880d0 commit 637dadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ hyper.run()
- Random state for random processes in the random, numpy and scipy module.


- memory = True
- memory = "share"
- Possible parameter types: (bool, "share")
- Whether or not to use the "memory"-feature. The memory is a dictionary, which gets filled with parameters and scores during the optimization run. If the optimizer encounters a parameter that is already in the dictionary it just extracts the score instead of reevaluating the objective function (which can take a long time). If memory is set to "share" and there are multiple jobs for the same objective function then the memory dictionary is automatically shared between the different processes.

Expand Down

0 comments on commit 637dadd

Please sign in to comment.