Skip to content

Improve model selection during MRsort learning #17

@jacquev6

Description

@jacquev6

Currently when learning an MRsort model, a population of intermediate models is trained in parallel. After each training iteration, the best half of this population is kept, and the worst half is reinitialized to randomized states. Admittedly, these random states are created using a clever non-uniform distribution, but this seems like a waste of information.

We could:

  • duplicate some of the best models
  • use "genetics" to "breed" models
  • use many techniques of genetic programming

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions