Changeset 1114 for framspy/evolalg/base
- Timestamp:
- 03/24/21 22:27:53 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/evolalg/base/lambda_step.py
r1113 r1114 4 4 class LambdaStep(Step): 5 5 """ 6 Wrapper for lambda expressions. In "normal" mode each step is given whole population to work with. This class6 Wrapper for lambda expressions. In "normal" mode each step is given the entire population to work with. This class 7 7 helps with any Callable that accepts individuals. 8 8
Note: See TracChangeset
for help on using the changeset viewer.