Skip to content

Local search randomly over a set of values #373

@HenrikMettler

Description

@HenrikMettler

Currently our library offers two ways of searching values for parameterised nodes: Evolution Strategies and Gradient based. Both search values "locally" around the current values. In some use cases one might not want to search locally, but, e.g. over values of different magnitude. One possible way to do this is by randomly sampling possible values for each parameter and updating parameters when fitness increases. Such a search should be added to the local search implementations.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions