No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Why not refer to [URL="http://8-puzzle.blogspot.com/"]http://8-puzzle.blogspot.com/[/URL] Implementation include various concepts in search techniques. Sample program available for download and test at: [URL="http://silyeek-tech.blogspot.com/2006/03/ai-8-puzzle-8-puzzle-solver.html"]AI 8-puzzle (8 Puzzle) solver[/URL] Quote from site: The methods explored and implemented are: Blind Breath-First Search, h=Sum(step tiles from origin), h=Num. of Title not in place, Manhattan Distance Heuristic …
[URL="http://silyeek-tech.blogspot.com/2008/11/genetic-algorithm-ga-in-solving-multi.html"]Genetic Algorithm (GA) In Solving Multi Variants Problem Implemented In Ms. NET C#[/URL] Using GA in solving multi-variant problem like this need a suitable data structure to represent the problem space. Representation of chromosome and DNA (element in each chromosome) need to be designed in a way to combine different …
Check out this example: [URL="http://silyeek-tech.blogspot.com/2006/03/dynamic-cardiac-mechanics-based-on.html"]Dynamic Cardiac Mechanics Based On Fiber-Fluid Model[/URL], which the project implemented a Bio Modeling model using OpenGL in visualization. Perhpas in might help ;)
Check out [URL="http://silyeek-tech.blogspot.com/2006/03/dynamic-bandwidth-allocation.html"]Dynamic Bandwidth Allocation implementing Neural-Fuzzy (Neural Network + Fuzzy Logic) Technique simulated in JAVA Network Simulator[/URL] here! Hope this help. :)
As I understand, Java language is quite similar to C#. Perhaps you can check out this website who implemented a [URL="http://silyeek-tech.blogspot.com/2006/03/genetic-algorithm-ga-in-solving.html"]VRP (Solving Vehicle Routing Problem) simulation using Genetic Algorithm in C#[/URL] Hope it help :).
Why not refer to [URL="http://8-puzzle.blogspot.com/"]http://8-puzzle.blogspot.com/[/URL] Implementation include various concepts in search techniques. Sample program available for download and test at: [URL="http://silyeek-tech.blogspot.com/2006/03/ai-8-puzzle-8-puzzle-solver.html"]AI 8-puzzle (8 Puzzle) solver[/URL] Quote from site: The methods explored and implemented are: Blind Breath-First Search, h=Sum(step tiles from origin), h=Num. of Title not in place, Manhattan Distance Heuristic …
Can take a look or reference on how ADALINE Neural Network work and implemented in C# here: [URL="http://silyeek-tech.blogspot.com/2007/04/adaline-tdl-neural-network-simulation.html"]ADALINE TDL Neural Network Simulation In CSharp (C#[/URL]) Hope this help :)
Check out first start image processing in C# [URL="http://silyeek-tech.blogspot.com/search/label/Image%20Processing"]Start image processing tutorial in C#[/URL]
Check out this 8 puzzle code share site: [URL="http://8-puzzle.blogspot.com/"]http://8-puzzle.blogspot.com/[/URL]
The End.
ahyeek