-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Milestone
Description
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
Reactions are currently unavailable