登录
首页 » Java » zGEP

zGEP

于 2020-12-01 发布 文件大小:96KB
0 410
下载积分: 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 个回复

  • J2EEBestPractices
    doc important de java
    2009-07-14 00:33:13下载
    积分:1
  • sparse-dictionary-and-its-design
    压缩感知字典的设计,对于想学压缩感知稀疏变换的很有帮助,帮你弄清稀疏字典设计(Compressed sensing dictionary design, who want to learn sparse compressed sensing transformation helpful, designed to help you understand the sparse dictionary)
    2013-11-15 20:22:37下载
    积分:1
  • source involved in the programming of the network, image processing, data compre...
    这个源码涉及到网络编程,图像处理,数据压缩与传输。-source involved in the programming of the network, image processing, data compression and transmission.
    2022-03-21 00:55:37下载
    积分:1
  • IPMsg.src_java
    aav局域网通信——飞鸽传书源代码,大家都知道VB版、VC版还有Delphi版的飞鸽传书软件,但是Java版的确实不多,因此这个Java文件传输实例不可错过,Java网络编程技能的提升很有帮助。(aav LAN communication- IP Messenger source code version we all know VB, VC version as well as Delphi version of IP Messenger software, but does not much Java version, so the Java file transfer instance not to be missed, Java Network enhance the programming skills helpful.)
    2013-12-16 10:30:02下载
    积分:1
  • gujaitiqu
    说明:  这个程序能够帮我们从滞回曲线提取骨架曲线,并且可以绘画出来。(This program can help us extract skeleton curve from hysteretic curve and draw it.)
    2020-04-29 20:36:38下载
    积分:1
  • counts
    说明:  利用动态规划法,求出字符串A变为字符串B的最小操作数。(每次只能操作一个字符)(Find the minimum operand that turns string A into string B)
    2020-06-24 23:40:12下载
    积分:1
  • Transport
    在毕业设计中遇到问题后写着用来调试的小模块,包括时钟控件,进度条控件,连接Access数据库并读取记录,在VB中访问Excel(包括设置格式,增加数据,并调用打印),文件的移动与复制,多线程编程的调试,在VB界面上打开.tif类型的图象文件等等功能代码。(Graduation design problems encountered in reading used to debug a small module, including the clock control, the progress bar control, connect Access database and read the record, in the VB Access Excel (including setting the format to increase data and call the print), file movement and replication, multi-threaded programming, debugging, open the VB interface. tif types of image files and so on function code.)
    2008-05-14 10:27:33下载
    积分:1
  • ExercicesMySQL
    exercices corigés pour SQL avec MYSQL Server
    2011-10-06 23:17:31下载
    积分:1
  • easyMule-VeryCD-src
    eMule电驴的源代码 编译说明(推荐使用Visual Studio .NET 2003) 1.将rcdll.dll复制到Visual Studio .NET 2003安装目录的Vc7in目录中。(这是为了使用能在vista下显示的图标) 2.打开easyMule_Libs.sln,执行“生成解决方案”。(easyMule_Libs.sln里所包含的是easyMule所依赖的库文件。) 3.打开easyMule.sln编译即可。(the source code of eMule Compiling instruction (recommend to use Visual Studio .NET 2003) 1.Copy rcdll.dll to Vc7in under the installation directory of Visual Studio .NET 2003.(in order to use special icons under Vista) 2.Open easyMule_Libs.sln and execute build solution .(easyMule_Libs.sln contains libraries which easyMule depends on) 3.Open easyMule.sln and compile it.)
    2009-04-12 22:58:41下载
    积分:1
  • GraphAnimationAPP
    drawline MFC 使用C++实现划线功能(drawline MFC)
    2015-01-17 23:26:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载