binary-breeder
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "lib/binary-breeder.js", | ||
@@ -22,3 +22,13 @@ "devDependencies": { | ||
"random-js": "^1.0.4" | ||
} | ||
}, | ||
"keywords": [ | ||
"genetic", | ||
"mutation", | ||
"reproduce", | ||
"breed", | ||
"population", | ||
"lineage", | ||
"chromosome", | ||
"crossover" | ||
] | ||
} |
# binary-breeder | ||
Breeds two strings of binary digits and breeds the requested number of offspring. | ||
[![npm](https://img.shields.io/npm/v/binary-breeder.svg)](https://www.npmjs.com/package/binary-breeder) [![Coverage Status](https://coveralls.io/repos/jhaugh42/binary-breeder/badge.svg?branch=master&service=github)](https://coveralls.io/github/jhaugh42/binary-breeder?branch=master) [![Build Status](https://travis-ci.org/jhaugh42/binary-breeder.svg?branch=master)](https://travis-ci.org/jhaugh42/binary-breeder) | ||
[![npm](https://img.shields.io/npm/v/binary-breeder.svg)](https://www.npmjs.com/package/binary-breeder) | ||
[![Coverage Status](https://coveralls.io/repos/jhaugh42/binary-breeder/badge.svg?branch=master&service=github)](https://coveralls.io/github/jhaugh42/binary-breeder?branch=master) | ||
[![Build Status](https://travis-ci.org/jhaugh42/binary-breeder.svg?branch=master)](https://travis-ci.org/jhaugh42/binary-breeder) | ||
##Installation | ||
## Installation | ||
`npm install binary-breeder` | ||
##Dev Setup | ||
## Dev Setup | ||
``` | ||
@@ -18,3 +18,3 @@ npm install -g mocha | ||
##Unit Tests | ||
## Unit Tests | ||
``` | ||
@@ -24,3 +24,3 @@ npm test | ||
##Coverage | ||
## Coverage | ||
``` | ||
@@ -30,3 +30,3 @@ npm run cover | ||
##Usage | ||
## Usage | ||
```javascript | ||
@@ -33,0 +33,0 @@ var reproduce = require('binary-breeder'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15293