- Notifications
You must be signed in to change notification settings - Fork5
Releases: soypat/mu8
Releases · soypat/mu8
Gradient descent, documentation, errors, context
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Yup, you can now perform a sort ofgradient "ascent" on your genomes as long as they implement the newGenomeGrad
interface. If you use float types as your genes from thegenes
package all you need to do is implement theLenGrad
andGetGeneGrad
methods.
Also inv0.8:
- More expressive errors+Move common errors out to mu8 root level package
- Move FindCodependencies to mu8 (previously in genetic)
- Advance now takes a context, no more storing of contexts in structs
- Document all the things
Full Changelog:v0.7.1...v0.8.3