Designing the MVC problem domain application
top
- stand alone model
- minimized coupling
- centralized code changes
- user controller(s) and view(s)
- flexibility in the user interface
- variety of views add to understanding and functionality
- GA individuals
- utilize same model interface humans use
- genome manipulates model via GA's controller
- fitness derived via GA's view