Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #22.6K

9 Posted Topics

Member Avatar for endsamsara

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 …

Member Avatar for Weixing
-1
5K
Member Avatar for fatnickc

[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 …

Member Avatar for fatnickc
0
120
Member Avatar for divyendu

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 ;)

Member Avatar for MattEvans
0
190
Member Avatar for bimpok

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. :)

Member Avatar for stultuske
0
145
Member Avatar for lordx78

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 :).

Member Avatar for dickersonka
0
132
Member Avatar for happy8899

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 …

Member Avatar for ahyeek
-1
180
Member Avatar for s0ren

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 :)

Member Avatar for ahyeek
0
282
Member Avatar for Barbarrosa

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]

Member Avatar for ahyeek
0
112
Member Avatar for omoz4real

Check out this 8 puzzle code share site: [URL="http://8-puzzle.blogspot.com/"]http://8-puzzle.blogspot.com/[/URL]

Member Avatar for ahyeek
-2
104

The End.