Skip to content

Releases: python-adaptive/adaptive

Introduce LearnerND, BalancingLearner.from_product, and several bug fixes.

31 Aug 11:32

Choose a tag to compare

  • Introduce LearnerND (beta)
  • Add BalancingLearner.from_product (see learner.ipynb or doc-string for useage example)
  • runner.live_info() now shows the learner's efficiency
  • runner.task.print_stack() now displays the full traceback
  • Introduced learner.tell_many instead of having learner.tell figure out whether multiple points are added (#59)
  • Fixed a bug that occured when a Learner1D had extremely narrow features

And more bugs, see v0.4.1...v0.5.0

Rename 'choose_points' -> 'ask' and 'add_point', 'add_data' -> 'tell'

24 May 18:45

Choose a tag to compare

and

  • several small bug fixes
  • add Jorn Hoofwijk as an author

Fixes a bug in the Learner2D

03 Mar 20:05

Choose a tag to compare

Pre-release

The Learner2D could be left off in an inconsistent state if the
learner's function errored before the bounds function values
were present in learner.data.

Release with correct licensing information

23 Feb 10:31
v0.2.0

Choose a tag to compare

Previously Christoph Groth was not properly attributed for his contributions.

This release also contains a bugfix for Windows users

Initial interface and algorithm proposal

21 Feb 12:17

Choose a tag to compare

v0.1.0

Initial interface and algorithm proposal