Skip to content

Releases: evhub/bbopt

v1.4.2

Choose a tag to compare

@evhub evhub released this 30 Apr 22:55

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

v1.4.1

Choose a tag to compare

@evhub evhub released this 28 Apr 21:29

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

BBopt v1.1.0

Choose a tag to compare

@evhub evhub released this 16 Mar 09:56

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

Choose a tag to compare

@evhub evhub released this 16 Mar 01:23

Add partial_dependence, plot_partial_dependence_1D, plot_evaluations, and plot_objective.

BBopt v1.0.1

Choose a tag to compare

@evhub evhub released this 15 Mar 19:49
21f705d

Adds plot_convergence and plot_history.