Ant colony optimization

henilei
henilei New Altair Community Member
edited November 5 in Community Q&A
is RM support Ant colony optimization? if it is yes, which operator? thank you
Tagged:

Answers

  • wessel
    wessel New Altair Community Member
    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.
  • amitbidwai
    amitbidwai New Altair Community Member
    Can we use ANT colony optimization in RM ??
    or how we can implement any algorithm in RM??
  • MariusHelf
    MariusHelf New Altair Community Member
    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
  • wessel
    wessel New Altair Community Member
    I have a java implementation for clustering using ant colony optimization.
    When I find the reference paper I will update this post.
  • MariusHelf
    MariusHelf New Altair Community Member
    It's available for free from this page: http://rapid-i.com/content/view/306/233/

    Best regards,
    Marius