登录
首页 » Java » zGEP

zGEP

于 2020-12-01 发布 文件大小:96KB
0 345
下载积分: 1 下载次数: 1

代码说明:

说明:  国内高人编写基因表达式编程(GEP)实现完全代码,完全面向对象,可以自己组合扩展,编制符合自己要求特定的编程代码。(The preparation of the domestic expert Gene Expression Programming (GEP) to achieve complete code, fully object-oriented, can expand their own portfolio, the preparation of their own request in line with the specific programming code.)

文件列表:

zGEP
....\.classpath
....\.cvsignore
....\.project
....\build.sh
....\data
....\....\figure.mp
....\....\gep.log
....\....\sunspot
....\....\.......\mathematica.m
....\....\.......\p.m
....\....\.......\prepare_ode.m
....\....\.......\sample_ode.m
....\....\.......\show_model.m
....\....\.......\sunspot.txt
....\....\.......\sunspot_direct.m
....\....\.......\sunspot_ode.m
....\....\.......\sunspot_ode.txt
....\....\xie
....\....\...\gepzh.txt
....\preview
....\.......\figure.mp
....\.......\gep.tex
....\.......\Makefile
....\src
....\...\app
....\...\...\predict
....\...\...\.......\DirectPredictEvaluator.java
....\...\...\.......\OdePredictEvaluator.java
....\...\...\.......\PredictDataSet.java
....\...\ga
....\...\..\Chromosome.java
....\...\..\CrossoverOperator.java
....\...\..\Decoder.java
....\...\..\Evaluator.java
....\...\..\Fitness.java
....\...\..\GA.java
....\...\..\GeneticOperator.java
....\...\..\GepException.java
....\...\..\Initializer.java
....\...\..\ManualStopper.java
....\...\..\MaxGenerationStopper.java
....\...\..\MutationOperator.java
....\...\..\Population.java
....\...\..\Protein.java
....\...\..\Reporter.java
....\...\..\RouletteSelectionOperator.java
....\...\..\SelectionOperator.java
....\...\..\Stopper.java
....\...\..\Tester.java
....\...\..\TimeStopper.java
....\...\..\TournamentSelectionOperator.java
....\...\gep
....\...\...\bool
....\...\...\....\And.java
....\...\...\....\AndFactory.java
....\...\...\....\B.java
....\...\...\....\BConstant.java
....\...\...\....\BDecoder.java
....\...\...\....\BEvaluable.java
....\...\...\....\BEvaluator.java
....\...\...\....\BExpression.java
....\...\...\....\BFactory.java
....\...\...\....\BFormula.java
....\...\...\....\BGEP.java
....\...\...\....\BVariable.java
....\...\...\....\BVariableFactory.java
....\...\...\....\If.java
....\...\...\....\IfFactory.java
....\...\...\....\Not.java
....\...\...\....\NotFactory.java
....\...\...\....\Or.java
....\...\...\....\OrFactory.java
....\...\...\....\Xor.java
....\...\...\....\XorFactory.java
....\...\...\export
....\...\...\......\Convertor.java
....\...\...\......\DefaultGraphLayouter.java
....\...\...\......\GraphExporter.java
....\...\...\......\GraphLayouter.java
....\...\...\......\MathematicaTextExporter.java
....\...\...\......\MetaPostGraphExporter.java
....\...\...\......\MetaPostOutputter.java
....\...\...\......\Node.java
....\...\...\......\Outputter.java
....\...\...\......\Tester.java
....\...\...\......\TextExporter.java
....\...\...\Expression.java
....\...\...\ExpressionFactory.java
....\...\...\Formula.java
....\...\...\FunctionFactory.java
....\...\...\GEP.java
....\...\...\GepChromosome.java
....\...\...\GepDecoder.java
....\...\...\GepGeneCrossoverOperator.java
....\...\...\GepGeneTranspositionOperator.java
....\...\...\GepInitializer.java
....\...\...\GepInsertSequenceOperator.java
....\...\...\GepMutationOperator.java
....\...\...\GepOnePointCrossoverOperator.java

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • OpenVideoCall
    实现音视频通信的小项目,能够实现屏幕分享(Audio video communication)
    2017-10-11 15:01:07下载
    积分:1
  • friend
    朋友管理系统,很适合初学者,MFC编写, 访问数据库,只要说明数据库即可(Friend management system, very suitable for beginners, MFC write, access to the database, the database can be as long as the description)
    2009-12-14 08:52:25下载
    积分:1
  • 外挂
    说明:  简单魔力辅助,适合单机魔力;各种私服,带防挂不行(Simple Magic Assist, Suitable for Single Machine Magic)
    2019-08-08 12:18:24下载
    积分:1
  • five large IO model three : It model It introduced the general programming model...
    5大IO模型之三:iocp模型,介绍iocp模型的一般编程流程。-five large IO model three : It model It introduced the general programming model process.
    2022-04-14 15:55:08下载
    积分:1
  • compiled-machine
    一个自动代码生成工具。它能读入“myapproval.sql”里的“account”和“authority”的建表语句,分别自动生成如“AccountModel.java”和“AuthorityModel.java”Model类对象的源代码。(An automatic code generation tool. It reads " myapproval.sql" in the " account" and " authority" of the build table statement is automatically generated as " AccountModel.java" and " AuthorityModel.java" Model class object' s source code, respectively.)
    2014-05-04 00:56:39下载
    积分:1
  • s
    说明:  易语言图片加水印源码例程程序根据图片字节集的格式,将两个图片合成一个图片,形成加水印效果。 (Easy language image plus watermark source routine procedures in accordance with the format of the image bytes, the two images of a picture, the formation of the watermark effect. )
    2017-04-11 13:31:09下载
    积分:1
  • ibatistest
    ibatis 和spring的整合,详细的说明了ibatis的各种查询方式和spring的各种整合配置
    2012-08-20 12:31:33下载
    积分:1
  • MyQQ
    可以学习winfrom入门使用~~ qq 小demo(Getting started can learn winform ~~ qq small demo)
    2016-05-11 21:07:56下载
    积分:1
  • open
    open-flash-chart 官网最新下载文件,内有各种如 java ,php,html,actionscript,.net 例子-open-flash-chart official website to download the latest files, there are all kinds, such as java, php, html, actionscript,. net examples
    2022-08-10 09:20:10下载
    积分:1
  • CVI-Excel
    使用labwindows cvi写excel的程序(Use labwindows cvi write excel program)
    2016-03-15 17:22:49下载
    积分:1
  • 696516资源总数
  • 106428会员总数
  • 7今日下载