|
|
|
Welcome to Algorithms & Artificial Intelligence section of C# Corner. In this section, you will find various Algorithms and Artificial Intelligence related source code samples, articles, tutorials, and tips.
|
|
|
|
|
|
|
|
|
C# Introduction to Fuzzy Computing: Part I
by
Matthew Cochran
on
Nov 17, 2006
Boolean logic often fails to adequately simulate real-world conditions because things are never simply just black and white (or zeroes and ones) but exist in millions of shades of grey. This article is a brief introduction to the subject of fuzzy computing through demonstration of a few of the core principles using a fuzzy controller.
|
Biology Inspired Computing Work in C#
by
Nick Hardman
on
Aug 31, 2006
Biology teaches us a set of rules defined by nature that have evolved over millions of years. So, if you want to put intelligence into something simplifying the world around you into basic rules can give you a big head start.
|
Simulating a Swarm Algorithm in C#
by
Mike Gold
on
Aug 31, 2006
Rather than reinvent the wheel, I took this code and translated it into C# to demonstrate the swarm behavior in a Windows Form using GDI+. The algorithm is exactly the same and also a fairly simple one.
|
Gene Expression Programming (GEP) in C# and .NET
by
Mike Gold
on
Aug 31, 2006
Gene Expression programming (GEP) is a subset of Genetic Algorithms, except it uses genomes whose strings of numbers represent symbols. The string of symbols can further represent equations, grammars, or logical mappings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
Many books introduce C#, but if you don't have the time to read 1200 pages, Accelerated C# 2008 gives you everything you need to know about C# 2008 in a concentrated 500 pages of must-know information and best practices.
|
|
Browse more books here»
|
|
|
|
|