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

optimizer implementation #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

optimizer implementation #75

wants to merge 1 commit into from

Conversation

rochaporto
Copy link
Owner

No description provided.

@rochaporto rochaporto force-pushed the 48-optimizer branch 3 times, most recently from 4024aff to 296380f Compare March 8, 2015 04:29
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

Successfully merging this pull request may close these issues.

None yet

1 participant