/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.noamross.net
| | datascience.blog.wzb.eu
3.8 parsecs away

Travel
| | Modern computers are equipped with processors that allow fast parallel computation at several levels: Vector or array operations, which allow to execute similar operations simultaneously on a bunch...
| | adv-r.had.co.nz
3.1 parsecs away

Travel
| |
| | www.johnmyleswhite.com
4.0 parsecs away

Travel
| | Building Optimization Functions for Julia In hopes of adding enough statistical functionality to Julia to make it usable for my day-to-day modeling projects, I've written a very basic implementation of the simulated annealing (SA) algorithm, which I've placed in the same JuliaVsR GitHub repository that I used for the code for my previous post about Julia. For easier reading, my current code for SA is shown below: The Simulated Annealing Algorithm # simulated_annealing() # Arguments: # * cost: Function fr...
| | www.pmatiello.me
86.3 parsecs away

Travel
| Implementing interface contracts in Python with class decorators