Skip to content

Releases: hageldave/uamds

v0.1.0

21 Mar 12:12
Compare
Choose a tag to compare

Release of core artifact to maven central repository.

<dependency>
	<groupId>com.github.hageldave.uamds</groupId>
	<artifactId>uamds-core</artifactId>
	<version>0.1.0</version>
</dependency>

Breaking changes:

  • the packages uamds.optimization.* have been removed and replaced by hageldave.optisled.*. This is due to the optimization classes originally stemming from the OptiSled library, which have now been migrated back to it. UAMDS now uses the optisled library instead of its own optimzation classes.
  • the class uamds.other.Ref is now at hageldave.utils.Ref (part of the OptiSled library as well).
  • hyperparameters for gradient descent are now set like this: uamds.gd.getHyperparams().set(GradientDescent.PARAM_MAX_LINESEARCH_ITER, 10). This uamds.gd.maxLineSearchIter = 10 no longer works.

v0.0.3

30 Oct 19:42
Compare
Choose a tag to compare

Release of core artifact to maven central repository.

<dependency>
	<groupId>com.github.hageldave.uamds</groupId>
	<artifactId>uamds-core</artifactId>
	<version>0.0.3</version>
</dependency>