Skip to content Features Business Explore Pricing '"` </textarea></xmp> This repository Sign in or Sign up Watch 0 Star 1 Fork 0 nijotz / rise Code Issues 0 Pull requests 0 Projects 0 Pulse Graphs Permalink blob contrib key: blob_contributors:v21:03e4893f796ad79e266311f132a1794d Branch: master Switch branches/tags Branches Tags master Nothing to show Nothing to show Find file Copy path rise / src / rise.rs 6b8117a Apr 27, 2016 nijotz Move problem space to [-1,1] 1 contributor nijotz Raw Blame History 118 lines (98 sloc) 2.96 KB pub mod neat; use neat :: genetics :: Genome; use neat :: Creator; #[macro_use] extern crate log; extern crate nalgebra as na; extern crate rand; ...