Skip to content

v0.2.2

Compare
Choose a tag to compare
@phrb phrb released this 23 Mar 19:14
· 103 commits to master since this release

Major changes:

  • The package no longer supports Julia nightly due to breaking changes from Julia v0.4 to v0.5.
  • The interface to Optim.jl was removed, since the two packages have very different objectives and the interface was not being used by any code, and could not be used with the latest search techniques.

List of all fixes and changes:

  • Update README.md
  • Update 'rosenbrock' example.
  • Update parameter type in README.
  • Remove functions left over from Optim interface
  • Remove dependance on Optim.
  • Remove unused variable in search techniques.
  • Remove unused variable in search blocks.
  • Fix #13.
  • Add VERSION file.
  • Remove support for Julia nightly.
  • Add the 'Run' configuration type.
  • Distribute RemoteRefs between workers.
  • Add a new channel type.
  • Change 'Result' constructor syntax.