NaiveGAflux.jl Versions Save

Evolve Flux networks from scratch!

v0.11.0

9 months ago

NaiveGAflux v0.11.0

Diff since v0.10.4

Closed issues:

  • Change to explicit gradients and optimizers (#91)
  • Display Model Architecture (#92)
  • Remove CUDA dependency (#95)

Merged pull requests:

  • Change to explicit gradients and optimisers (#93) (@DrChainsaw)
  • Rename *Optimizer -> *Optimiser (#94) (@DrChainsaw)
  • Add GPU GC performance tip for CUDA stalls (#96) (@DrChainsaw)
  • Make CUDA a weakdep (#97) (@DrChainsaw)

v0.10.4

9 months ago

NaiveGAflux v0.10.4

Diff since v0.10.3

Merged pull requests:

  • Update CI to Julia 1.9 (#90) (@DrChainsaw)

v0.10.3

1 year ago

NaiveGAflux v0.10.3

Diff since v0.10.2

Closed issues:

  • Fix poking inside Iterators.Stateful for Julia 1.9 compatibility (#87)

Merged pull requests:

  • Add 1.9 branch for accessing Stateful internals (#88) (@DrChainsaw)

v0.10.2

1 year ago

NaiveGAflux v0.10.2

Diff since v0.10.1

Merged pull requests:

  • CompatHelper: bump compat for CUDA to 4, (keep existing compat) (#86) (@github-actions[bot])

v0.10.1

1 year ago

NaiveGAflux v0.10.1

Diff since v0.10.0

Merged pull requests:

  • Functors0.4 (#85) (@DrChainsaw)

v0.10.0

1 year ago

NaiveGAflux v0.10.0

Diff since v0.9.1

Merged pull requests:

  • Add batchsize utils (#80) (@DrChainsaw)

v0.9.1

2 years ago

NaiveGAflux v0.9.1

Diff since v0.9.0

Merged pull requests:

  • CompatHelper: bump compat for "Setfield" to "0.8" (#75) (@github-actions[bot])
  • update ci to julia 1.7 (#76) (@DrChainsaw)
  • Bump Flux to 0.13 (#78) (@DrChainsaw)

v0.9.0

2 years ago

NaiveGAflux v0.9.0

Diff since v0.8.0

Closed issues:

  • Small neuron values and OutSelect{Relaxed} (#45)

Merged pull requests:

  • NaiveNASflux2.0 (#73) (@DrChainsaw)

v0.8.0

3 years ago

NaiveGAflux v0.8.0

Diff since v0.7.3

Closed issues:

  • Rework Candidate-Fitness interaction (#69)

Merged pull requests:

  • Set ci to 1.6 (#67) (@DrChainsaw)
  • Bump NaiveNASflux (#68) (@DrChainsaw)
  • Refactor fitness and candidate interaction (#70) (@DrChainsaw)

v0.7.3

3 years ago

NaiveGAflux v0.7.3

Diff since v0.7.2

Merged pull requests:

  • Check julia version for examples tests (#66) (@DrChainsaw)