From 5776aed079da178e9951bb4a52b0a665fdaaa943 Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 8 Mar 2018 14:38:13 -0500 Subject: [PATCH] First commit --- README.md | 0 gp.jl | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 README.md create mode 100644 gp.jl diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/gp.jl b/gp.jl new file mode 100644 index 0000000..3fa00ff --- /dev/null +++ b/gp.jl @@ -0,0 +1,20 @@ +#= +Objective: Find minimum time vehicle control program +Terminal Set: x (position) + v (velocity) + -1 +Function Set: +, -, *, DIV, GT, ABS +Cost: Time to bring behicle to phase plane origin + averaged over 20 random initial conditions +Gen. Limit: 50 +Pop. Size: 500 +Max Initial Tree Depth: 6 +Init. Method: Ramped half-and-half +Max. Tree depth: 17 +X-Over Prob.: 0.9 +Mutation prob.: 0 +Number of elites: 2 +Selection: Tournament +=# + +