GeneticSharp - Unity3d sample

I just pushed to GeneticSharp master branch the GeneticSharp.Runners.UnityApp. In this Unity3d project there are 3 samples: Car2D Based on famous BoxCar2D, this sample uses a genetic algorithm to create car designs to overcome road challenges, like gaps, hills, and obstacles. A post explaining this sample in detail will be...
Read "GeneticSharp - Unity3d sample"

GeneticSharp v2.0.0 - .NET Core

The GeneticSharp v2.0.0 is out with support to .NET Standard 2.0 and .NET Framework 4.6.2. Introduction In march GenetichSharp start to support .NET Standard 2.0 in the 2.0.0-rc version. Two months have pass and in the meanwhile the community have time to test that release candidate version and now Unity3D...
Read "GeneticSharp v2.0.0 - .NET Core"

GeneticSharp v1.2.0 - Sequence mutations

The GeneticSharp v1.2.0 is out. The additions of this version are the new sequence mutation operators: Displacement, InsertionMutation and Partial Shuffle (PSM). Displacement Mutation: a substring is randomly selected from chromosome, is removed, then replaced at a randomly selected position. Insertion Mutation: a gene is randomly selected from chromosome, is...
Read "GeneticSharp v1.2.0 - Sequence m..."

GeneticSharp v1.1.0 - Binary chromosomes

The GeneticSharp v1.1.0 is out. The greatest additions of this version are the binary chromosomes: FloatingPointChromosome and IntegerChromosome. Binary chromosomes can be directly used when your solution chromosome can be represented as numbers or a string representation of 0 and 1. A new sample has been added to the GeneticSharp.Runner.GtkApp,...
Read "GeneticSharp v1.1.0 - Binary chr..."

Buildron 2.0.0

After some months to test the v2.0.0-RC1 we are releasing the final version of Buildron mods support with this 2.0.0 version. Mods supports represents a great change in Buildron code structure, because we built a mods support that allow any developer add his own mods to Buildron. Mods available The...
Read "Buildron 2.0.0"

Buildron SlackBotMod

Buildron is a build radiator to help software development teams to see the current status of their continous integration server and Slack is the omnipresent communication app for almost every developer in the world. For these reasons, I made a mod called Buildron.SlackBotMod that let you interact with Buildron through...
Read "Buildron SlackBotMod"

jumpstart

I present to you my newest tool… jumpstart is a command-line tool to create new C# projects from prebuilt/templates. As an experienced developers it’s very common we have some kind of template solution when we start a new project. Maybe it’s the latest project we work on, maybe it’s a...
Read "jumpstart"

Buildron 2.0.0-RC1 - Mods support

After some months of hard work I finally released the Buildron mods support. This Buildron 2.0.0-RC1 represents a great change in Buildron code structure, because we built a mods support that allow any developer add his own mods to Buildron. Hope to see you building some mods to Buildron. We’re...
Read "Buildron 2.0.0-RC1 - Mods support"
Tutorials

Articles

Labs