Skip to content

SMAC3 v0.2.2

Compare
Choose a tag to compare
@mfeurer mfeurer released this 10 Jan 13:00
  • FIX 124: SMAC could crash if the number of instances was less than seven
  • FIX 126: Memory limit was not correctly passed to the target algorithm
    evaluator
  • Local search is now started from the configurations with highest EI, drawn by
    random sampling
  • Reduce the number of trees to 10 to allow faster predictions (as in SMAC2)
  • Do an adaptive number of stochastic local search iterations instead of a fixd
    number (a5914a1)
  • FIX a bug which didn't make SMAC run at least two configurations per call to
    intensify
  • ADD more efficient data structure to update the cost of a configuration
  • FIX do only count a challenger as a run if it actually was run
    (and not only considered)(a993c29)