Skip to content

Instantly share code, notes, and snippets.

@randyzwitch
Created August 29, 2014 19:09
VennEuler Circle example
#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