Created
August 29, 2014 19:09
-
-
Save randyzwitch/5b1fe3445470fe1b70cb to your computer and use it in GitHub Desktop.
VennEuler Circle example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Circles | |
eo = make_euler_object(labels, data, EulerSpec()) # circles, for now | |
(minf,minx,ret) = optimize(eo, random_state(eo), ftol=-1, xtol=0.0025, maxtime=120, pop=1000) | |
println("got $minf at $minx (returned $ret)") | |
render("/home/rzwitch/Desktop/kd.svg", eo, minx) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment