At a glance... |
Syllabus |
Models |
Code |
Lecturer
- Classic problems, now considered somewhat quaint, but good for debugging: moeaProblems,
- Many of these are visualized here.
- CEC 2005 Special Session on REal-Parameter optimization;
- Example of their use in a parametric optimizer
- DTLZ and ZDT are widely used. See http://jmetal.sourceforge.net/problems.html
- Next release problem
- Assuming all requirements are independent Section 4.1 and start of Section 7
- Otherwise: See section 3,4,5.1
- Modeller
- XOMOk: software project defects, effort, time ,risk;
- POM3: agile development: notes, sample output
- UML (warning- may be usable for search sicne they often lack constrainit
or opinion or goal knowledge):
- Repository for Model Driven Development (ReMoDD): requires free registration)
- GenMyModel
- Feature map product lines (usually contain constraint knowledge).
- Constraint models
- Test suite generation:
- Roll your own:
- Use evolutionary programs to tune params of some auto-generated model; e.g. from a machine learner.
- e.g. Effort estimation tuning
- Usage: python icse14-v5-min.py N X M1 M2 M2...
- N: how many times to loop; e.g. 10
- X: experiment; e.g. locOrNot
- M1, M2: models; e.g. coc81
- Test case (relative fast, just to see if it works)
python icse14-v5-min.py 1 locOrNot coc81
- Usage: python icse14-v5-min.py N X M1 M2 M2...
Copyright © 2015 Tim Menzies.
This is free and unencumbered software released into the public domain.
For more details, see the license.