阅读更多

8顶
0踩

编程语言

原创新闻 JGAP 3.3.3 released (Java Genetic Algorithms Package)

2008-05-10 10:27 by 正式记者 ivorytower 评论(0) 有2408人浏览
JGAP是一种JAVA的遗传算法和遗传程序开发包。
JGAP 3.3.3提供了以下新特性:
·The evolution cycle has been revamped and simplified for a better understanding
·A lot of smaller enhancements and architectural improvements, see the change log
·Some bugs have been fixed
·The basic MinimizingMakeChange example was simplified
·Improved grid computing by adding new classes and features
·Javadoc-enhancements
·New JUnit tests

新版本的下载地址:
http://sourceforge.net/project/showfiles.php?group_id=11618&package_id=48940
来自: TheServerSide
8
0
评论 共 0 条 请登录后发表评论

发表评论

您还没有登录,请您登录后再发表评论

相关推荐

  • Cruise Control

    CruiseControl是CI服务器的老者,诞生已是多年,在许多方面,CruiseControl服务器已经成为持续集成实践的...而现在,CruiseControl已发展成为一个家族式系统,包括CruiseControl.java、CruiseControl.net、CruiseCon

  • CruiseControl

    CruiseControl 本章任务 1.了解CruiseControl  官方网址:http://cruisecontrol.sourceforge.net/    官方介绍   CruiseControl is both a continuous integration tool and an extensible framework for ...

  • CruiseControl简介

    As usual, the link is: http://www.javaranch.com/journal/200409/DrivingOnCruiseControl_Part1.html   对于这个最著名的CI工具,我已经使用有一段时间了。但是因为有专门的build

  • Open Sourcing Kafka Cruise Control Automating Kafka’s Operation at Scale

    Design goals There are a few important requirements that we had in mind when we designed Cruise Control: Reliable automation: Cruise Control should be capable of accurately analyzing cluster ...

  • CruiseControl.Net Setup Constructions,CruiseControl.Net安装流程(NUnit+FxCop+NCover+NDoc+Fitness)

    CruiseControl Setup Constructions Server side configurationSystem requireIIS and .Net Framework 2.0, source control server (svn) at some where1 setup CruiseControl Just click next, n

  • 使用CruiseControl

    转自:http://blog.csdn.net/tony1130/archive/2008/01/20/2054643.aspx官方网站:...用CruiseControl监视你的项目现在,我们已经为自己的项目建立了持续集成服务器。让我们来看一下CruiseControl正在对你说些什么。

  • CruiseControl step by step(2)

    上一篇文章中,我们已经看到CruiseControl开始工作了。接下来我们先了解一个它的配置文件,然后再加入你的项目。CruiseControl的配置文件的确了比较复杂,一方面是因为:它太灵活,太想完成你想达到的任何效果了。另...

  • CruiseControl使用总结

    CruiseControl:简称CC,持续集成工具,主要提供了基于版本管理工具(如SVN)感知变化或每天定时的持续集成, 并提供持续集成报告,通过Email、IM、RSS等等方式通知相关负责人。 使用CruiseControl的优点 持续集成...

  • 搭建CruiseControl 环境

    转自:...搭建你的持续集成服务器 CruiseControl是一个不错的持续集成服务器,不过国内社区的普遍反应是:它的配置太麻烦,无从下手。从本篇文章开始,我将

  • CruiseControl定点触发(该文章为复制别人的博客)

    CruiseControl倾向于通过源码变化来自动触发构建,但仍提供了几种方式来定时触发构建,以达到nightly building的效果。 在开始配置之前,先说明一下config.xml文件中Project元素的相关属性。 Project 元素对应...

  • 用CruiseControl监视你的项目

    用CruiseControl监视你的项目   现在,我们已经为自己的项目建立了持续集成服务器。让我们来看一下CruiseControl正在对你说些什么。   一、项目的状态 首先CruiseControl把项目分成三类,Discontinued,...

  • How to Hook Up a VS.NET 2005 Solution With CruiseControl.NET in a Few Minutes

    原文地址:http://weblogs.asp.net/jdanforth/pages/How-to-Hook-Up-a-VS.NET-2005-Solution-With-CruiseControl.NET-in-a-Few-Minutes.aspx 我在部署我的CI服务器的时候,这篇文章对我帮助很大,特地转来我的博客...

  • [CruiseControl]Build Loop

    Build Loop是CruiseControl的核心组件,它用来运行一个守护(后台)进程定期检查你的Source control tool上的修改,根据你的设置和检查的结果来决定是否build,在build后将结果通知所有的listeners。   二 Build ...

  • Continuous Integration using CruiseControl.NET, NANT, P4, and NUnit

    一篇不错的文章:http://www.codeproject.com/KB/architecture/ContinuousIntegration.aspx?msg=1697597#xx1697597xx,用CC.NET主要用来控制代码控制,...BackgroundSource control repository to store code in a com

  • 关于Cruise Control的一些笔记

    最近在查一些关于Cruise Control的学习资料,同时也去图书馆查找相关资料,但都收获不大,但是看网上的一些关于Cruise Control的信息,才得到以下的小小收获。 一个 continuous integration 工具,能帮助团队进行...

  • 一些关于cruise control的笔记

    cruiseControl learning 最近看了些关于持续构建的内容,才知道差了好多,下面是自己的一些记录,可能比较乱,而且也不全是关于cruiseControl的, 希望对大家有用 ........................... 一个 continuous ...

  • [CruiseControl]在Windows上配置实例

    一 CruiseControl安装1) 安装JAVA SDK,设置JAVA_HOME...2) 下载CruiseControl,例如2.8.3版本为cruisecontrol-bin-2.8.3.zip,解压到C:\CruiseControl。3) CruiseControl的binary安装中已经包含了ant builder / je

  • cruisecontrol、svn、maven持续集成

    1. CruiseControl可以运行在多种应用服务器中,当然,它自己也捆绑了一个开源应用服务器,那就是Jetty 6. 2. 直接运行CruiseControl目录下的CruiseControl.bat,它会自行启动Jetty6, 当从Console中看到它启动完毕...

  • CruiseControl Enterprise 最佳实践 (3) : Configuring CruiseControl the CruiseControl way

    ©Copyright 2007 Julian ... All rights reserved. 英文原文: Configuring CruiseControl the CruiseControl way I'm an Infrastructure Specialist at ThoughtWorks. In my role I make sure that we are b...

  • 少儿编程scratch项目源代码文件案例素材-岩浆生存 双人游戏.zip

    少儿编程scratch项目源代码文件案例素材-岩浆生存 双人游戏.zip

Global site tag (gtag.js) - Google Analytics