TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Algorithms in C#
FOLLOW
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.
Articles
(141)
Blogs
(33)
Resources
(3)
Videos
(1)
News
(1)
Articles
AI: Population based Incremental Learning in C# and .NET
In this article I would like to discuss another offshoot of the genetic algorithm called Population Based Incremental Learning (PBIL).
Mike Gold
May 22, 2005
Solving Polynomial Equations with Complex Roots using Genetic Algorithms in C#
This article features a program in which the user can enter a polynomial equation and it will use GAs to determine the complex roots.
Mike Gold
Apr 09, 2006
Using Genetic Algorithms to Determine Calculus Derivative Functions in C# and.NET
This article describes how you can use genetic algorithms in .NET to determine derivatives of mathematical functions. The program uses an algorithm called Multiple Expression Programming (MEP) in...
Mike Gold
Nov 28, 2006
Biology Inspired Computing Work in C#
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 ca...
Nick Hardman
Mar 29, 2005
Using Genetic Algorithms to Generate Evolutionary Art in C# and .NET
In this article we will experiment a bit with genetic algorithms and creating fitness functions that produce art on a Windows Form.
Mike Gold
Oct 10, 2003
Simulating a Swarm Algorithm in C#
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 simp...
Mike Gold
Apr 07, 2003
Regular Expression Validator
This tool is useful when you are creating Regular Expression. This tool will help you in checking syntax of the regular expression typed in.
Mohammed Asief
Mar 14, 2003
Gene Expression Programming (GEP) in C# and .NET
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, gramm...
Mike Gold
Apr 11, 2002
Garbage Collector Algorithm
This article explains how garbage collector algorithm works in order to clean managed heap.
Anand Thakur
Dec 22, 2005
Extended Euclidean Algorithm
Author explains how to implement Extended Euclidean Algorithm in C#.
Junaid Majeed
Oct 31, 2001
Mersenne Twister Random Number Generator
The attached source code is the C# implementation of the Mersenne Twister algorithm, developed by Makoto Matsumoto and Takuji Nishimura in 1996-1997.
Trevor Misfeldt
Apr 01, 2003
Histogram Code in C#
C# histogram class maintains a histogram of input data. Input data is sorted into bins and a count is kept of how many data points fall into each bin.
Trevor Misfeldt
Apr 01, 2003
Math Equation Editor in C#
The Equation Editor I created in C# allows you to create a few simple equations using the keyboard. With the editor you can open and save files of your equations.
Mike Gold
Apr 07, 2003
Trapezoidal Rule Implementation in C#
The attached source code implements trapezoidal rule for numerical integration in C#.
Trevor Misfeldt
Jul 23, 2003
Code Generator for Basic Stamp II Microcontroller
The Basic II Stamp is programmed by the language its named after, Basic. The language is a combination of Basic syntax and built in key words that control the Basic Stamp II chip.
Mike Gold
Oct 15, 2003
Training and Simulating a Neutral DotNetwork in C#
In this article we will explore a well-known AI algorithm for modeling the training of neural networks called back propagation.
Mike Gold
Jan 16, 2004
Normal Distribution Implementation in C#
The attached source code is a C# normal distribution class. The probability density function (PDF) and cumulative distribution function (CDF) can be computed for a given x-value.
Trevor Misfeldt
Apr 13, 2004
Evolving Numeric Series using Genetic Algorithms in C#
If you ever browsed around the book store, you'll notice these puzzle books or IQ test books and some of the books contain questions asking you to complete a series of numbers.
Mike Gold
Jul 27, 2004
Formula Generator - A Regular Expression Generator Class in C# and .NET
The attached source code is a class - FormulaGenerator, which is a component that interprets and evaluate a string expression
Tiberiu Ionescu
Aug 17, 2004
Public Key Token Generation Algorithm
The PublicKeyTokenGenerator class and a small utility that generates Public Key Token from the Public Key using that class.
Shashi Jeevan M P
Jan 31, 2005
No Records Available.
121
-
140
of
141
<<
4
5
6
7
8
>>
C# Asynchronous Programming
Challenge yourself
Algorithms in C#
E-Book Download
Get Certified
React Fundamentals