Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement jiang2016 #41

Open
jorgepiloto opened this issue Aug 14, 2021 · 1 comment
Open

Implement jiang2016 #41

jorgepiloto opened this issue Aug 14, 2021 · 1 comment
Assignees
Labels
new solver Request new solver implementation
Milestone

Comments

@jorgepiloto
Copy link
Owner

馃捇 Solver request: jiang2016

This algorithm iterates over the semi-major axis of the orbit. To be honest, I do not see why this is considered to be a "new algorithm"... In fact, it looks exactly the same as Lagrange's solution to the Lambert's problem. Anyway, because this algorithm is easy to implement, let us add it to the library.

馃摑 References

@inproceedings{jiang2016improved,
  title={Improved semi-major Axis iterated method for Lambert's problem},
  author={Jiang, Ruiye and Chao, Tao and Wang, Songyan and Yang, Ming},
  booktitle={2016 IEEE Chinese Guidance, Navigation and Control Conference (CGNCC)},
  pages={1423--1428},
  year={2016},
  organization={IEEE}
}
@jorgepiloto jorgepiloto added the new solver Request new solver implementation label Aug 14, 2021
@jorgepiloto jorgepiloto self-assigned this Aug 14, 2021
@jorgepiloto jorgepiloto added this to the 0.2 milestone Aug 14, 2021
@jorgepiloto
Copy link
Owner Author

Moving this to the 0.3 release.

@jorgepiloto jorgepiloto modified the milestones: 0.2, 0.3 Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new solver Request new solver implementation
Projects
None yet
Development

No branches or pull requests

1 participant