Skip to content

Releases: evhub/bbopt

v1.4.2

30 Apr 22:55
Compare
Choose a tag to compare

Adds unshuffled_sample which is preferred to sample when shuffling order is not important.

v1.4.1

28 Apr 21:29
Compare
Choose a tag to compare

Lots of changes; see README. Tagging now because I forgot to for previous releases.

BBopt v1.1.0

16 Mar 09:56
Compare
Choose a tag to compare

Changed bb.shuffle to bb.shuffled to reflect the fact that it returns the shuffled list rather than modifying it in place unlike random.shuffle.

BBopt v1.0.3

16 Mar 01:23
Compare
Choose a tag to compare

Add partial_dependence, plot_partial_dependence_1D, plot_evaluations, and plot_objective.

BBopt v1.0.1

15 Mar 19:49
21f705d
Compare
Choose a tag to compare

Adds plot_convergence and plot_history.