MCPcopy Create free account
hub / github.com/csxeba/evolute / run

Method run

evolute/population/population.py:62–94  ·  view source on GitHub ↗

:param epochs: number of epochs to run for :param survival_rate: 0-1, how many individuals survive the selection :param mutation_rate: 0-1, rate of mutation at each epoch :param force_update_at_every: complete reupdate at specified intervals :param verbosity:

(self, epochs: int,
            survival_rate: float=0.5,
            mutation_rate: float=0.1,
            force_update_at_every: int=0,
            verbosity: int=1,
            history=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

xp_simple.pyFile · 0.80

Calls 5

epochMethod · 0.95
HistoryClass · 0.85
set_survival_rateMethod · 0.80
set_rateMethod · 0.80
recordMethod · 0.80

Tested by

no test coverage detected