Simon continues to explore ways to simulate evolution
Simon’s code: https://editor.p5js.org/simontiger/sketches/5Sx2Solm7 Simon made this by reverse-engineering Primer’s project as shown in his video Simulating Natural Selection.
a homeschooling blog about Simon, a young mathematician and programmer, and his little sister Neva. Visit https://simontiger.com
Simon’s code: https://editor.p5js.org/simontiger/sketches/5Sx2Solm7 Simon made this by reverse-engineering Primer’s project as shown in his video Simulating Natural Selection.
Simon’s September visit to CERN has been featured in a World Science Scholars newsletter: Here’s our update on the World Science Scholars program. Simon has finished the first bootcamp course … Continue reading World Science Scholars Feature Simon’s visit to CERN in a newsletter. The current course is about neurons. Reading Stephen Wolfram.
This project is a simulation of how many people can stem from the same ancestor, something Simon has learned from James Grime’s “Every Baby is a Royal Baby” video on … Continue reading The All Common Ancestors Generation
Simon opened up a genetic algorithm game he built about two years ago and made a fascinating discovery: one of the organisms seems to have become immortal! Simon has called … Continue reading Simon has created an “immortal” organism?
What looks like strange planets in dark space are actually glimpses of the microstructures forming the Giant Blue Morpho’s wings, as seen through a microscope. Simon told me about how … Continue reading Microstructures Interfering With Light
You need 24 bits (3 bytes) to simulate color. That’s 24 ones and zeros. How many bits are necessary to simulate taste? Or smell? Correction: You would need 584 bits … Continue reading The Senses: Simulating Taste and Smell
Simon used an algorithm that applies transformations randomly, with some transformations more likely to be picked. The result is a stunning fern leaf pattern. Amazing how such beauty can be … Continue reading Barnsley Fern in Processing
Note: See the update at the bottom of this post! We’ve had quite a dramatic situation here for the past couple of days, after Simon turned Daniel Shiffman’s Evolutionary Steering … Continue reading Evolutionary Steering Behaviors Game
Yesterday Simon spent the whole day studying the concept of Cellular Automaton (CA), a discrete model of a system of “cell” objects used in physics, math and theoretical biology. He … Continue reading Cellular Automata in Arduino
Today Simon spent hours watching videos and reading Daniel Shiffman’s book The Nature of Code, concentrating on more complicated matters than ever: autonomous agents and evolution (genetic algorithms). In The … Continue reading Autonomous Agents and Genetic Algorithms