Skip to content

0.4.1

Compare
Choose a tag to compare
@blankjul blankjul released this 04 May 22:20
  • New Feature: Riesz s-Energy Method to generate a well-spaced point-set on the unit simplex (reference directions) of arbitrary size.
  • New Algorithm: An implementation of Hooke and Jeeves Pattern Search (well-known single-objective algorithm)
  • New Documentation: We have re-arranged the documentation and explain now the minimize interface in more detail.
  • New Feature: The problem can be parallelized by directly providing a starmapping callable (Contribution by Josh Karpel).
  • Bugfix: MultiLayerReferenceDirectionFactory did not work because the scaling was disabled.