Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
First commit
  • Loading branch information
Stephen committed Mar 8, 2018
0 parents commit 5776aed
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Empty file added README.md
Empty file.
20 changes: 20 additions & 0 deletions 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
=#


0 comments on commit 5776aed

Please sign in to comment.