Related resources for PBIL
  • Using a Genetic Algorithm to Do Consultant Scheduling in C#2/22/2013 11:25:49 AM. This article describes a way to use a type of genetic algorithm called PBIL (Population Based Incremenetal Learning) to optimize the scheduling of consultants on a group of 5 project.
  • Using PLINQ to Improve Learning Algorithms12/2/2009 6:52:16 AM. PLINQ is a welcome addition to the .NET 4.0 framework, allowing us to operate on collection elements in parallel. This article examines the performance improvements of PLINQ over LINQ when doing heavy calculations on a large collection of genomes in a particular learning algorithm.
  • AI: Population based Incremental Learning in C# and .NET1/29/2007 4:59:10 AM. In this article I would like to discuss another offshoot of the genetic algorithm called Population Based Incremental Learning (PBIL).