Skip to content

Commit

Permalink
Updated for v4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Feb 6, 2016
1 parent e1ecf31 commit 96e36a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ MYRA is a collection of Ant Colony Optimization (ACO) algorithms for the data mi

This repository contains a complete rewrite of the code (by the same author) from the MYRA project hosted at [sourceforge](http://sourceforge.net/projects/myra/). The computational time has been significantly improved — tasks that used to take minutes, now are done in seconds — although it was not possible to maintain backward compatibility. You will find that the overall architecture is very similar, but most of the data structures have changed.

While this repository is a fresh start, the versioning is maintained — version `4.0` is the new version of the refactored code. If you are interested in the hierarchical multi-label algorithms (`3.x` versions), check the [sourceforge](http://sourceforge.net/projects/myra/) repository. These algorithms will eventually be refactored into this repository.
While this repository is a fresh start, the versioning is maintained — version `4.x` is the new version of the refactored code. If you are interested in the hierarchical multi-label algorithms (`3.x` versions), check the [sourceforge](http://sourceforge.net/projects/myra/) repository. These algorithms will eventually be refactored into this repository.

###### Latest Release

* [MYRA 4.0 (jar file)](https://sourceforge.net/projects/myra/files/myra/4.0/myra-4.0.jar/download)
* [MYRA 4.1 (jar file)](https://sourceforge.net/projects/myra/files/myra/4.1/myra-4.1.jar/download)

### Algorithms

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.github.febo</groupId>
<artifactId>myra</artifactId>
<version>4.0</version>
<version>4.1</version>
<packaging>jar</packaging>

<name>MYRA</name>
Expand Down

0 comments on commit 96e36a0

Please sign in to comment.