166
votes
20answers
4k views
What is the best Battleship AI?
Battleship!
Back in 2003, (when I was 17,) I competed in a Battleship AI coding competition. Even though I lost that tournament, I had a lot of fun and learned a lot from it.
No …
1
vote
10answers
189 views
In What Language Will The First Self Aware Program Be Coded In? [closed]
Hi,
Following on from this question, I'm interested in asking which language will the first truly self aware program be coded in?
For the purpose of this question, let us set a …
1
vote
3answers
47 views
Applications of Unification?
What are (practical) applications of Unification ? Where it is been used in real world?
I couldn't get the whole idea of what it is really about and why its considered as a part …
7
votes
8answers
314 views
Self-learning game Artificial Intelligence
I wanna start building/developing a game AI that will allow me to play games like: Chess, domino, poker, texas hold'em against computer opponent.
What book / resource do you reco …
31
votes
14answers
985 views
What problems have you solved using artificial neural networks?
I'd like to know about specific problems you - the SO reader - have solved using artificial neural network techniques and what libraries/frameworks you used if you didn't roll you …
2
votes
1answer
21 views
NetLogo vs. Repast Simphony?
I would like to simulate some scenarios using the multiagent
paradigm, and it seems NetLogo and Repast are the most popular tools for that.
I'd like to know if anyone has had any …
16
votes
19answers
949 views
What problems have you solved using genetic algorithms/genetic programming?
Genetic algorithms (GA) and genetic programming (GP) are interesting areas of research.
I'd like to know about specific problems you - the SO reader - have solved using GA/GP and …
0
votes
3answers
109 views
Flexible library or server for board games (chess or others)?
Hello,
I'm looking for a program or library that I could use for experimenting with board games (chess mostly, but not necessarily -- other similarly complex board games
are OK to …
2
votes
5answers
189 views
Is there any self-improving compiler around?
I am not aware of any self-improving compiler, but then again I am not much of a compiler-guy.
Is there ANY self-improving compiler out there?
Please note that I am talking about …
1
vote
2answers
58 views
Multithreaded A* Search in Java or Lisp or C#
Is there a good way to do a multithreaded A* search? Single threaded is fairly easy, as given in (for example) Artificial Intelligence: A Modern Approach, but I have not come acros …
4
votes
2answers
37 views
Determining which inputs to weigh in an evolutionary algorithm
I once wrote a Tetris AI that played Tetris quite well. The algorithm I used (described in this paper) is a two-step process.
In the first step, the programmer decides to track in …
4
votes
4answers
89 views
How to use neural networks to solve “soft” solutions?
I'm considering using a neural network to power my enemies in a space shooter game i'm building and i'm wondering; how do you train neural networks when there is no one definitive …
4
votes
3answers
106 views
Neural Network “Breeding”
I just watched a Google tech talk video covering "Polyworld" (found here) and they talk about breeding two neural networks together to form offspring. My question is, how would on …
1
vote
4answers
206 views
Minimax algorithm
I have a simple question regarding the Minimax algorithm: for example for the tic-tac-toe game, how do I determine the utility function's for each player plays? It doesn't do that …
0
votes
1answer
20 views
where can i find papers on Web Spiders and AI ?
im interested in finding algorithms or appraoches in developing spiders which follow some AI or crawling model highlighted in computer science papers..
where can i find such paper …
