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

Is it configuration way to obtain The better filding? #15

Open
Alex-Jud opened this issue Jul 3, 2014 · 5 comments
Open

Is it configuration way to obtain The better filding? #15

Alex-Jud opened this issue Jul 3, 2014 · 5 comments

Comments

@Alex-Jud
Copy link

Alex-Jud commented Jul 3, 2014

I show two parameter used for test more solutions. EXTRA_SAMPLES && TRIES_PER_TRI
Can we add an option to test all options?

@jpeterbaker
Copy link
Owner

It's very slow to try every combination of links, and I haven't come up with a good way to iterate through them yet. I still want this in a future update.

@Alex-Jud
Copy link
Author

Alex-Jud commented Jul 9, 2014

I'm looking to try something for find the best segments arrangement, if it work fine I tell you.
thks

@mrplow
Copy link

mrplow commented Jul 10, 2014

I generally run a script to run the maxfield script 1000 times and then I
grep |sort|cut et all the results to find the plan with the shortest
walking distance

On Wed, Jul 9, 2014 at 3:43 PM, Alex-Jud [email protected] wrote:

I'm looking to try something for find the best segments arrangement, if it
work fine I tell you.
thks


Reply to this email directly or view it on GitHub
#15 (comment).

@Alex-Jud
Copy link
Author

I am developing a Python script to generate the best field. I look to incorporate my result in your script.
In fact, my script can generate an nx.graph like yours; loading nodes name , keys, geo , xy , xyz from a csv file and add the edges having the best fielding (ok it takes two hours of calculation for 20 portals)
But my script does not take care of the order , number key, or anything else.
Is there a way to incorporate my external edges in maxfield so he can do the rest of work?

@rddaz2013
Copy link

  • (ok it takes two hours of calculation for 20 portals)
  • It's very slow to try every combination of links

more than 15+ Portal it is very hard to get a result, because of the method of 'recombination'.

perhaps we don't search for the best fields only a better field.

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

4 participants