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 Guru
    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 Contributor I
    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 Guru
    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.