Skip to content

Releases: soypat/mu8

Gradient descent, documentation, errors, context

16 May 23:40
Compare
Choose a tag to compare

Yup, you can now perform a sort of gradient "ascent" on your genomes as long as they implement the new GenomeGrad interface. If you use float types as your genes from the genes package all you need to do is implement the LenGrad and GetGeneGrad methods.

Also in v0.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