Moptipy

Latest version: v0.9.136

Safety actively analyzes 682404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 21 of 33

0.9.13

better logging and testing of sys-info logging

0.9.12

further improvements of op2_gap crossover

0.9.11

0.9.10

We now also have [fitness proportionate selection](https://thomasweise.github.io/moptipy/moptipy.algorithms.modules.selections.html#moptipy.algorithms.modules.selections.fitness_proportionate_sus.FitnessProportionateSUS) and much better documentation.

0.9.9

The class [`FullEA`](https://thomasweise.github.io/moptipy/moptipy.algorithms.so.html#moptipy.algorithms.so.full_ea.FullEA) has been added, which uses instances of [`Selection`](https://thomasweise.github.io/moptipy/moptipy.algorithms.modules.html#moptipy.algorithms.modules.selection.Selection) for both survival and mating selection as well as a [`Fitness`](https://thomasweise.github.io/moptipy/moptipy.algorithms.so.html#moptipy.algorithms.so.fitness.Fitness) assignment process.
This should allow to configure a very wide variety of Evolutionary Algorithms (EAs), ranging from classical Genetic Algorithms over [`(mu+lambda) EAs`](https://thomasweise.github.io/moptipy/moptipy.algorithms.so.html#moptipy.algorithms.so.ea.EA) to EAs using [`FFA`](https://thomasweise.github.io/moptipy/moptipy.algorithms.so.fitnesses.html#moptipy.algorithms.so.fitnesses.ffa.FFA) or local searches like [`RLS`](https://thomasweise.github.io/moptipy/moptipy.algorithms.so.html#moptipy.algorithms.so.rls.RLS).

0.9.8

The new nullary operator [`Op0Forward`](https://thomasweise.github.io/moptipy/moptipy.operators.html#moptipy.operators.op0_forward.Op0Forward) can be used in conjunction with the sub-process [`from_starting_point`](https://thomasweise.github.io/moptipy/moptipy.api.html#moptipy.api.subprocesses.from_starting_point) to turn normal optimization methods seeded algorithms that can be used as local searches or sub-algorithms in other procedures.

Page 21 of 33

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.