Page 33 of 127 (2525 total posts)

July 2022

03-07-2022
Ruby Style Guide

Ruby Style Guide

Source: ruby-style-guide.shopify.dev

This is a very reasonable, rational, practical style guide. “Shopify's Ruby Style Guide. Always useful to see how the ruby experts do it!”

Tags: ruby style rubocop how-to

June 2022

30-06-2022
The strange relationship between objects, functions, generators and coroutines

The strange relationship between objects, functions, generators and coroutines

Source: packt.com

The strange relationship between objects, functions, generators and coroutines In this article, I’d like to investigate some relationships between functions, objects, generators and coroutines in Python. At a theoretical level, these are very different concepts, but because of Python’s dynamic nature, many of them can appear to be used interchangeably. I discuss useful applications of […]

Tags: python how-to objects functions
29-06-2022
A Gentle Introduction to Particle Swarm Optimization

A Gentle Introduction to Particle Swarm Optimization

Source: machinelearningmastery.com

Particle swarm optimization (PSO) is one of the bio-inspired algorithms and it is a simple one to search for an optimal solution in the solution space. It is different from other optimization algorithms in such a way that only the objective function is needed and it is not dependent on the gradient or any differential […]

Tags: PSO machine-learning evolutionary-algorithms python py-sci-kit how-to
26-06-2022
urdf-viz: visualize URDF

urdf-viz: visualize URDF

Source: github.com

visualize URDF/XACRO file, URDF Viewer works on Windows/MacOS/Linux - GitHub - openrr/urdf-viz: visualize URDF/XACRO file, URDF Viewer works on Windows/MacOS/Linux

Tags: robotics urdf visualize