-
Notifications
You must be signed in to change notification settings - Fork 2
Meetings
Matthäus Heer edited this page May 2, 2019
·
3 revisions
- Cost analysis!!! (#1 prio)
- Remove all garbage code.
- Bottleneck analysis, either using profiler or measure parts of codes.
- Keep it simple and focus on one algo & obj func. We probably pushed it way to far in terms of scope and concentrated way too little on performance analysis and optimisation which should be the only thing from now on.
- For random number generation: xor random (avx version somewhere)
- For profiling: VTune by Intel