GDOPT - General Dynamic Optimizer: Adaptive Mesh Refinement for Collocation-Based Dynamic Optimization
Stars
2
Forks
1
Watchers
2
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
63
commits
ISS attitude control with vectorized gdopt implementation
51686fbView on GitHubAdded Matrix, Vector classes for vectorized modeling, basic linear algebra subroutines, really nice for ISS attitude control
5db4394View on GitHubAdded ISS attitude control from Pietz 2003, Betts 2010, new ToDo file
d982762View on GitHubRemove usage of 2nd differentiation matrix and 2nd evaluation matrix :: TODO: refactor lagrange evaluations with barycentric formulation and remove E matrices, remove D2
03235b8View on GitHubAdded OpenModelica CombiTable export, properties and setters for modeling env
952af08View on GitHubFix Frontend: ToCode(bounds) for constraints instead of bounds directly. Better SpaceShuttle nominals
ffd155bView on GitHubAdded Reusable Launch Vehicle, Orbit Raising, Hang Glider
8bff359View on GitHubAdded 'muInit', 'muStrategy', 'muInitRefinement', 'muStrategyRefinement' flags - incredible improvement for most refinement models. Diesel Motor ~ 40% faster
a4fc0d6View on GitHubRelease v.0.2.0: Added RadauIIA collocation approach for s=1,...,70 with all constants being calculated externally. TODO: develop a hp-adaptive collocation scheme based on the present implementation
cd3e09aView on GitHub