Skip to content

Instantly share code, notes, and snippets.

@randyzwitch
Created August 29, 2014 19:09
Show Gist options
  • Save randyzwitch/5b1fe3445470fe1b70cb to your computer and use it in GitHub Desktop.
Save randyzwitch/5b1fe3445470fe1b70cb to your computer and use it in GitHub Desktop.
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