Banzhaf Artifical Chemistries ??
Szerlip, Morse, Pugh, Stanley (2015). Unsupervised Feature Learning through Divergent Discriminative Feature Accumulation http://eplex.cs.ucf.edu/papers/szerlip_aaai15.pdf
Mouret and Clune (2015).
Banzhaf Artifical Chemistries ??
Szerlip, Morse, Pugh, Stanley (2015). Unsupervised Feature Learning through Divergent Discriminative Feature Accumulation http://eplex.cs.ucf.edu/papers/szerlip_aaai15.pdf
Mouret and Clune (2015).
| (ns org.nfrac.gron.core | |
| (:require [clojure.spec :as s] | |
| [clojure.spec.gen :as gen])) | |
| (s/def ::sep #{-1}) | |
| (s/def ::base (-> nat-int? | |
| (s/with-gen #(s/gen (s/int-in 0 10))))) | |
| (s/def ::seq-gene |
| ;; gorilla-repl.fileformat = 1 | |
| ;; ** | |
| ;;; # Forecasting NYC taxi passengers | |
| ;; ** | |
| ;; ** | |
| ;;; _Felix Andrews_ | |
| ;;; | |
| ;;; Adapted from part of Marcus Lewis' [Predicting power consumptions with HTM](http://mrcslws.com/gorilla/?path=hotgym.clj). |
I hereby claim:
To claim this, I am signing this object:
| make "states (list) | |
| to savehere | |
| push "states (list heading pos pendown?) | |
| end | |
| to gosaved :heading :pos | |
| localmake "old (pop "states) | |
| localmake "oldheading (pop "old) | |
| localmake "oldpos (pop "old) |
| ## find all transitive dependencies of an R package. | |
| distrib.pkgs <- library(lib.loc=R.home("library"))$results[,1] | |
| dependencies <- | |
| function(pkg, dependencies = c("Depends", "Imports", "LinkingTo"), | |
| pl = installed.packages()) | |
| { | |
| if (!(pkg %in% rownames(pl))) stop("unknown pkg " pkg) | |
| fields <- pl[pkg, dependencies] |
| ;;; support for 'brew' as a mixture of R and HTML | |
| (load-file "~/.emacs.d/multi-mode.el") | |
| (load-file "~/.emacs.d/html-brew.el") | |
| (add-to-list 'auto-mode-alist '("\\.brew\\'" . html-brew-mode)) |
| ## groundwater database analysis scripts | |
| ## Felix Andrews <felix@nfrac.org> 2010-08-01 | |
| library(RODBC) | |
| library(zoo) | |
| library(lattice) | |
| library(latticeExtra) | |
| library(sp) | |
| library(rgdal) |
| ## 2010-06-25 | |
| ## (c) Felix Andrews <felix@nfrac.org> | |
| ## GPL-2 | |
| ## If 'which' is given it should be a logical matrix specifying bold cells. | |
| ## Otherwise: in each column or row with numeric data, the maximum or minimum | |
| ## value is set bold; 'max' can have entries for each column/row, NA means skip. | |
| ## Examples: | |
| ## library(xtable) |