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 +=# + +