Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Ant colony optimization

henileihenilei Member Posts: 2 Contributor I
edited November 2018 in Help
is RM support Ant colony optimization? if it is yes, which operator? thank you

Answers

  • wesselwessel Member Posts: 537 Maven
    I don't think so.

    Should reference a paper, there is so many ant colony algorithms.
    For example, there are both supervised and unsupervised versions.
  • amitbidwaiamitbidwai Member Posts: 1 Learner III
    Can we use ANT colony optimization in RM ??
    or how we can implement any algorithm in RM??
  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi,

    to my knowledge there is no such algorithm implemented for RapidMiner. To do it on your own, you can create an extension. You should be comfortable with java programming, though. We have a manual available for extension creation. You can find it on our webiste under the name "How to extend RapidMiner".

    Best regards,
    Marius
  • wesselwessel Member Posts: 537 Maven
    I have a java implementation for clustering using ant colony optimization.
    When I find the reference paper I will update this post.
  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    It's available for free from this page: http://rapid-i.com/content/view/306/233/

    Best regards,
    Marius
Sign In or Register to comment.