×

To be able to write in the forum you need to authenticate. Meanwhile it's read-only.

Change History

Topics that don't fit elsewhere, but still are related to challenge checkers.

Message: Re: Variables that can be used in Checkers

Changed By: Target.
Change Date: June 30, 2016 11:50AM

Re: Variables that can be used in Checkers
I wrote a checker for that. It will get a better output
Try http://project-gc.com/Challenges//21737 on me for a example
Create you config in the format as below with center in decimal degrees
the distance are
[min,max,nr]
dist>=min and dist <max
The distance is in km
You can have holes between distances and they can alos overlap. But a cache will be uses in all matching distances


{"lat":58.41725,"long":15.5953,
"dists":[
[0,10,100],
[10,20,50],
[20,30,20],
[30,40,10],
[40,50,5]
]}

Original Message

Author: Target.
Date: June 30, 2016 10:38AM

Re: Variables that can be used in Checkers
I wrote a checker for that. It will get a better output
Try http://project-gc.com/Challenges//21737 on me for a example
Create you config in the format as below with center in decimal degrees
the distance are
[min,max,nr]
dist>=min and dist You can have holes between distances and they can alos overlap. But a cache will be uses in all matching distances


{"lat":58.41725,"long":15.5953,
"dists":[
[0,10,100],
[10,20,50],
[20,30,20],
[30,40,10],
[40,50,5]
]}