Optim.jl

Optimization functions for Julia

OTHER License

Stars
1.1K
Committers
107

Bot releases are hidden (Show)

Optim.jl - Bug fixes, dot syntax, and more

Published by pkofod about 7 years ago

Fixes the doc building, new type syntax ((mutable) struct), reorganization of code, quit loops over dot syntax for readability, and fix Fminbox such that it is properly deprecated.

Optim.jl - Bug fixes, dot syntax, and more

Published by pkofod about 7 years ago

Fixes the doc building, new type syntax ((mutable) struct), reorganization of code, quit loops over dot syntax for readability, and fix Fminbox such that it is properly deprecated.

Optim.jl - DualNumber support, N-D array input fix, and autodiff fix

Published by pkofod over 7 years ago

Optim.jl - UninitializedObjectives

Published by pkofod over 7 years ago

Added UninitializedObjective to ease transition from older versions. Also fixes two bugs in ParticleSwarm.

Optim.jl - v0.9.0

Published by pkofod over 7 years ago

Optim v0.9.0

  • Drop support for Julia versions less than v0.6.0-pre
  • Fminbox: If an initial guess is on the boundary of the box, the guess is moved inside the box and a warning is produced, as opposed to crashing with an error.
  • Significant changes to the Non-, Once-, and TwiceDifferentiable setup; these now hold temporaries relevant to the evaluation of objectives, gradients, and Hessians. They also hold f-, g-, and h_calls counters
  • Refactor tests
  • Drop v0.4 supporters
  • Add limits to f-, g-, and h_calls
  • Improve trace for univariate optimization
  • Changed order of storage arrays and evaluation point arrays in gradient and Hessian calls
  • Skip v0.8.0 to allow fixes on Julia v0.5.0
Optim.jl - v0.7.10

Published by pkofod over 7 years ago

Upper limit on LineSearches.jl in REQUIRE and not just in METADATA.jl.

Optim.jl - v0.7.9

Published by pkofod over 7 years ago

Necessary to avoid Optim being downgraded due to version bounds conflicts.

Optim.jl - v0.7.8

Published by pkofod over 7 years ago

Optim.jl - v0.7.7

Published by pkofod over 7 years ago

Optim.jl - v0.7.6

Published by pkofod over 7 years ago

Optim.jl - v0.7.5

Published by pkofod over 7 years ago

Optim.jl - v0.7.4

Published by pkofod almost 8 years ago

Optim.jl - v0.7.3

Published by pkofod almost 8 years ago

Optim.jl - v0.7.2

Published by pkofod almost 8 years ago

This is a fix for the METADATA mess from https://github.com/JuliaLang/METADATA.jl/pull/7295