forked from sapotools/sapo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo
More file actions
42 lines (27 loc) · 719 Bytes
/
todo
File metadata and controls
42 lines (27 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
TODO:
### Speed up ###
- Vector vs List => verify that vector are alway initialis=wed, or use list otherwise
- ginac lst => parcours with iterators
- subs with exmap
- use boost and smart pointers ...
### Hybrid ###
- add PPL
- BSPT BernsteinReach version or library ... ?
- General bundle splitting
### Simulation ###
- add odeint
- performs simulation
- PCA (armadillo)
- ICA (fast ICA ? depends of the independency definition)
- Dynamic templates
### Errors ###
- Euler error
- Hybridization error
- Bernstein error
- Bernstein optim improvement ?
### Numerical Methods ###
- Euler adaptative time steps
- Runge-Kutta
### UI ####
- Re-implement .ini file reader (boost)
- implement spaceex reader ?