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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flight optimizer #48

Open
rochaporto opened this issue Jan 5, 2015 · 0 comments
Open

flight optimizer #48

rochaporto opened this issue Jan 5, 2015 · 0 comments

Comments

@rochaporto
Copy link
Owner

And given we'll have multiple implementations, probably worth integrating these tools:
http://dominik.honnef.co/posts/2014/12/an_incomplete_list_of_go_tools/#benchcmp

to get a nice comparison of different algorithms and their evolutiokn.

@rochaporto rochaporto changed the title igc flight optimizer flight optimizer Feb 21, 2015
rochaporto added a commit that referenced this issue Mar 9, 2015
adds the flight optimizer and scorer interfaces.

the first returns the score and distance for a given flight, allowing
multiple implementations of the optimization algorithm (montecarlo,
simulated annealing, genetic, branch/bound, ...). actual implementation
based on montecarlo is included.

the second is the actual scoring interface, which takes a set of turn
points and returns the score points for the competition (netcoupe,
online contest, ...). netcoupe scoring implementation is included.

Fixes #48, #85.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant