1 / 16

Evolutionary Programming using Ptolemy II

Evolutionary Programming using Ptolemy II. Greg Rohling Georgia Tech Research Institute Georgia Institute of Technology Greg.Rohling@gtri.gatech.edu. Fitness Evaluation. New Gene Pool. Genes w/ Measure. Mutation. Selection. Mating. Child Genes. Parental Genes.

badru
Download Presentation

Evolutionary Programming using Ptolemy II

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Evolutionary Programming using Ptolemy II Greg Rohling Georgia Tech Research Institute Georgia Institute of Technology Greg.Rohling@gtri.gatech.edu

  2. Fitness Evaluation New Gene Pool Genes w/ Measure Mutation Selection Mating Child Genes Parental Genes Evolutionary Algorithms (EA) • Evolutionary Algorithms • Inspired by Holland 1975 • Mimic the processes of plant and animal evolution • Find a maximum of a complex function.

  3. Fitness Evaluation Genome Function Evaluation New Gene Pool Genes w/ Measure Measure Mutation Natural Selection Mating Fitness Evaluation MOEA Technique Child Genes Parental Genes Measure Genome Multiple Objective Evolutionary Algorithms (MOEA) • Any multi-input, single output function • Fun problems have multiple objectives • Pd, False Alarms • Thus Multiple Objective Evolutionary Algorithms

  4. Pareto Individuals Objective 2 Pareto Front Objective 1 MOEA – Pareto Optimality • Pareto Optimal or Non-dominated • Not out-performed in every dimension by any single individual • Pareto Front • Dominated or inferior • Outperformed by some other individual in EVERYobjective

  5. * + D1 3 * D0 D1 D0 Evolutionary Programming (EP) • Evolutionary Algorithms EA = Tuning parameters of an existing system • EP = Deriving new systems by allowing tuning of parameters for components, AND allowing modification of system topology Koza 1996

  6. Flexible topology Feedback possible Domain Specific Functions Reusable components Layered on Ptolemy II Type Type Type Params Params Params Function Function Function Inputs Inputs Inputs Output Select Inputs Output Outputs Genome EP: Block Diagram Approach

  7. Ptolemy II MoML Description XML Description GTMOEA List of Possible Elements MoML Generator Search Space Generator Objective Values Training Data Search Space PRESTO Pattern Recognition Evolutionary Synthesis Through Optimization

  8. Ptolemy II MoML Description XML Description GTMOEA MoML Generator Objective Values Training Data PRESTO: MoML Generator • GTMOEA produces XML description of location in search space • MoML Generator produces MoML for Ptolemy II evaluation. • Reads Meta data description of Ptolemy II elements • # of Ports • Data types for ports • Data type relations between ports • Support for feedback • # of input/output required • Attributes Specified • MoML description • Error Correction • Feedback • Data types • Unconnected ports

  9. PRESTO Example • Desire: Build box that takes input of a ramp function and best meets 3 objectives • Objective Space • 3 sets of training data • Noisy sinusoids • Minimize least square error • Search Space • AddSubtract • Scaler • Constant • Multiplier • Sin/Cos

  10. PRESTO Example • Individual 6695, Good at Objective 2 Ptolemy II Description of System

  11. PRESTO Real World Effort • Creating “Sub-Algorithms” for AAR44 Missile Warning Receiver Operational Flight Program (OFP) • Wrapped C++ (Really just C) OFP with JNI to allow calls from within Ptolemy II • Using Discrete Event Domain to force Wrapped components to be called in sequential order • Targeting 3 areas of the OFP

  12. PRESTO Real World Effort • Training/Evaluation Data • Sensor and Navigation data • 40 hrs of False Positive Data collected from flights • 10s of Live fire missile shots • 1000s of Simulated missile shots • Objectives • Maximize • Probability of detection • Negative False Positive Count • Time To Intercept Minimum • Time To Intercept Average

  13. PRESTO Advantages • Tries many new ideas • No preconceived notions • Does not get discouraged with failure • Works 24 hours a day 7 days a week • Scalable • Resulting Evolutionary Program can be graphically examined to understand algorithm evolved.

  14. PRESTO Disadvantages • MOEP - Requires evaluation of many (millions) of individuals • Ptolemy II requires • 3 seconds to startup • Ptolemy Simulation running over 400 times slower than the C++-only implementation

  15. Ptolemy II Suggestions • Ptolemy II does a good job of error detection. How about adding default error correction?

  16. Questions?

More Related