Contents:
Usage: from mimicry import Mimic
| Parameters: | domain – list of tuples containing the min and max value for each parameter to be optimized, for a bit |
|---|
string, this would be [(0, 1)]*bit_string_length
| Parameters: | fitness_function – callable that will take a single instance of your optimization parameters and return |
|---|
a scalar fitness score
| Parameters: |
|
|---|
Run this to perform one iteration of the Mimic algorithm
| Returns: | A list containing the top percentile of data points |
|---|