自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (2)
  • 收藏
  • 关注

空空如也

NEAT算法 C++库

The NEAT package contains source code implementing the NeuroEvolution of Augmenting Topologies method. The source code is written in C++. NEAT is a method for evolving speciated neural networks of arbitrary structures and sizes. NEAT leverages the evolution of structure to make neuroevolution more efficient. For more information on NEAT, see the original publication or our Neuroevolution page. The package includes implementations of experiments for XOR, single pole balancing, and both Markovian and non-Markovian double pole balancing. For answers to common questions, refer to our FAQ . Please contact kstanley@cs.utexas.edu for comments, including ideas or plans for expanding the open source software. Versions: v1.0 8/16/01 kstanley v1.1 7/14/02 kstanley removed extraneous files from package fixed array bound error made text output default on instead of off v1.2 7/19/10 kstanley & ikarpov Re-release package under Apache 2.0 license per authors' request Fix compilation errors with GCC 4.x.x and above Make sure neat requires the paramfile command line argument. Update README file v1.2.1 8/20/11 erkin Fix typo in NNode::depth() causing max_depth to be calculated incorrectly. Fix Makefile optimization flag and a few minor memory issues. Fix a performance regression with the Markovian double pole balancing experiment, mainly by increasing weight caps. Consider failed runs when printing the average number of evaluations. Download: ZIP, TAR

2018-12-11

NEAT算法matlab

The Matlab NEAT package contains Matlab source code for the NeuroEvolution of Augmenting Topologies method (see the original NEAT C++ package). It includes an implementation of the XOR experiment. For answers to common questions, refer to our FAQ . Matlab NEAT was written by Christian Mayr based on the original C++ package by Kenneth Stanley. Please direct bug reports to matlab_neat@web.de. Please contact kstanley@cs.utexas.edu for other comments, including ideas or plans for expanding the open source software. Versions: v1.0 8/31/03 mayr

2018-12-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除