Revert "autosimplification implementation complete"

This reverts commit af22f9793b70339b9c90cfa2b99c327426840471.
This commit is contained in:
Ryan Boldi 2022-02-26 21:14:16 -05:00
parent f1838b6b32
commit be3402dae2
3 changed files with 0 additions and 15 deletions

1
.gitignore vendored
View File

@ -33,4 +33,3 @@ node_modules/
# https://github.com/thelmuth/program-synthesis-benchmark-datasets
/data
**/.DS_Store
.shadow-cljs/classpath.edn

View File

@ -1,7 +1,6 @@
(ns propeller.problems.PSB2.fuel-cost
(:require [psb2.core :as psb2]
[propeller.genome :as genome]
[propeller.simplification :as simplification]
[propeller.push.interpreter :as interpreter]
[propeller.utils :as utils]
[propeller.push.instructions :refer [get-stack-instructions]]
@ -82,16 +81,3 @@
:elitism false}
(apply hash-map (map #(if (string? %) (read-string %) %) args))))
(#?(:clj shutdown-agents)))
(defn fuel-cost-autosimplify
[plushy]
(simplification/auto-simplify-plushy {:instructions instructions
:error-function error-function
:training-data (:train train-and-test-data)
:testing-data (:test train-and-test-data)
:max-generations 300
:population-size 1000
:max-initial-plushy-size 250
:step-limit 2000} plushy 5000 error-function (:train train-and-test-data) 5 true))

0
src/propeller/problems/simple_regression.cljc Normal file → Executable file
View File