Skip to content

mlpack 4.2.1

Compare
Choose a tag to compare
@mlpack-bot mlpack-bot released this 16 Oct 11:06
· 1085 commits to master since this release
8ac85f5

Released Sep. 7, 2023. (Sorry for the late Github release. Forgot to hit the "publish" button.)

  • Reinforcement Learning: Gaussian noise (#3515).
  • Reinforcement Learning: Twin Delayed Deep Deterministic Policy Gradient (#3512).
  • Reinforcement Learning: Ornstein-Uhlenbeck noise (#3499).
  • Reinforcement Learning: Deep Deterministic Policy Gradient (#3494).
  • Add ClassProbabilities() member to DecisionTree so that the internal details of trees can be more easily inspected (#3511).
  • Bipolar sigmoid activation function added and invertible functions fixed (#3506).
  • Add auto-configured mlpack/config.hpp to contain configuration details of mlpack that are required at compile time. STB detection is now done in this file with the MLPACK_HAS_STB macro (#3529).