clojenetics

所属分类:人工智能/神经网络/深度学习
开发工具:Clojure
文件大小:18KB
下载次数:0
上传日期:2021-03-01 22:40:25
上 传 者sh-1993
说明:  有一天,成为一个通用的遗传编程clj库
(Someday, to be a general genetic programming clj library)

文件列表:
.travis.yml (46, 2021-03-02)
CHANGELOG.md (776, 2021-03-02)
LICENSE (11219, 2021-03-02)
log4j.properties (210, 2021-03-02)
project.clj (548, 2021-03-02)
src (0, 2021-03-02)
src\clojenetics (0, 2021-03-02)
src\clojenetics\core.clj (355, 2021-03-02)
src\clojenetics\logics (0, 2021-03-02)
src\clojenetics\logics\generations.clj (1311, 2021-03-02)
src\clojenetics\logics\setters.clj (3080, 2021-03-02)
src\clojenetics\logics\terminals.clj (609, 2021-03-02)
src\clojenetics\logics\trees.clj (4946, 2021-03-02)
src\clojenetics\logics\utils.clj (749, 2021-03-02)
test (0, 2021-03-02)
test\clojenetics (0, 2021-03-02)
test\clojenetics\logics (0, 2021-03-02)
test\clojenetics\logics\generations_test.clj (3024, 2021-03-02)
test\clojenetics\logics\setters_test.clj (5012, 2021-03-02)
test\clojenetics\logics\terminals_test.clj (1586, 2021-03-02)
test\clojenetics\logics\trees_test.clj (9769, 2021-03-02)
test\clojenetics\logics\utils_test.clj (176, 2021-03-02)
test\integration (0, 2021-03-02)
test\integration\number_guess_test.clj (4726, 2021-03-02)

# Clojenetics: Genetic Programming with Clojure [![Build Status](https://travis-ci.org/emilyagras/clojenetics.svg?branch=master)](https://travis-ci.org/emilyagras/clojenetics) ![](https://frinkiac.com/meme/S04E17/784950.jpg?b***lines=IFRISVMgSVMgQSBUSE9VU0FORAogTU9OS0VZUw==) ## Genetic programming is the mad science of breeding software. ### How do you do it, you ask? - Step 1: Give a thousand monkeys a thousand typewriters - Step 2: Check to see if they wrote anything that looks like useful Clojure code (according to some fitness function) - Step 3: Breed the most successful monkeys with each other (also do genetic modifications, expose the monkeys to radiation, etc) - Step 4: GOTO Step 2 **Disclaimer:** *No real monkeys were harmed in the making of this library.*

近期下载者

相关文件


收藏者