哪些遗传算法的Java库/库? [英] Which Java library/libraries for Genetic Algorithms?

查看:538
本文介绍了哪些遗传算法的Java库/库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在Java中实现一些简单的遗传算法

I want to implement some simple genetic algorithms in Java.

到目前为止,我发现只有 JGAP 。有人有经验吗?你知道GA的其他Java库吗?

So far I found only JGAP. Did somebody has some experience with that? And do you know other Java libraries for GA?

我不想自己编写它,如用Java编写的GA 我必须使用Java,所以什么是最活跃的遗传编程图书馆?也没那么有用。

I do not want to write it my own as in GA written in Java and I have to use Java, so What is the most active genetic programming library? is also not that helpful.

推荐答案

我写了制表师框架所以我的意见不是公正的。 ECJ 和JGAP是两个最成熟的选项,可能是最全面的选项。另一方面,他们的年龄意味着他们针对Java的旧版本,这意味着没有泛型。

I wrote the Watchmaker Framework so my opinions are not unbiased. ECJ and JGAP are the two most established options and probably the most comprehensive. On the other hand their age means they target older versions of Java, which means no generics.

隐藏的条款博客做了系列帖子(向下滚动列表以查看它们)比较JGAP,ECJ和Watchmaker。

The Hidden Clause blog did a series of posts (scroll down the list to see them) comparing JGAP, ECJ and Watchmaker.

在我没写的框架中, Jenes 可能是拥有我最喜欢的API的那个。它也使用更现代的基于泛型的方法。

Of the frameworks I didn't write, Jenes is probably the one that has the API that I most like the look of. It too uses a more modern generics-based approach.

这篇关于哪些遗传算法的Java库/库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆