|
Hello. The purpose of this thread is to discuss the use of C-based programming to manipulate data supplied to computing-system.
Due to an obvious technicality involving scripting/programming, this would not be "appropriate" for the Scripters sub-section. As a result, any such suggestions will be ignored entirely.
References to custom libraries are permitted. |
|
AetricityJoin Date: 2012-03-29 Post Count: 51079 |
I am currently starting on a simple learning algorithm that learns how to add arithmatic in C, however my compiler is having problems at the moment so I am attempting to fix it.
I use code::blocks, what would you suggest?
Henceforth, we shall venture! | http://www.roblox.com/1-Post-item?id=318384228 | [+3.2k] |
|
AetricityJoin Date: 2012-03-29 Post Count: 51079 |
It is a very basic system at the moment (just an array of possible value combinations, and guessing to find answers to other problems), but I plan to add much more complexity as time goes by.
Henceforth, we shall venture! | http://www.roblox.com/1-Post-item?id=318384228 | [+3.2k] |
|
|
"I use code::blocks, what would you suggest?"
I generally prefer to utilize a MingGW terminal, for file organization purposes.
As for your project, it seems rather interesting. How exactly does your AI program generate new combinations when accurate answers are found, within the array? |
|
AetricityJoin Date: 2012-03-29 Post Count: 51079 |
"I generally prefer to utilize a MingGW terminal, for file organization purposes.
As for your project, it seems rather interesting. How exactly does your AI program generate new combinations when accurate answers are found, within the array?"
For the time being, it's simply using a pseudo-random number generator, and it'll make sure the answer is correct before adding it to the array.
Henceforth, we shall venture! | http://www.roblox.com/1-Post-item?id=318384228 | [+3.2k] |
|
|
I was wondering what the necessary dedodated wam I should add to command-er |
|
AetricityJoin Date: 2012-03-29 Post Count: 51079 |
Sorry, I was kind of rushing the last post so that might have been a bit confusing.
Here is the process:
1 - Generates answer that will soon be solved.
2 - Computer must be able to generate 2 numbers able to answer that. To check that, it will iterate through the array checking for any matches for the answer provided. If there are none, it will generate random answers until it can find one.
3 - It repeats trying to find a solution until it generates a new answer, and from thereon it will try to find every solution to the problem.
I missed a lot in that explanation but that is just the basics.
On mobile right now so I really don't want to type out a long responce. |
|
|
''Hello. The purpose of this thread is to discuss the use of C-based programming to manipulate data supplied to computing-system.
Due to an obvious technicality involving scripting/programming, this would not be "appropriate" for the Scripters sub-section. As a result, any such suggestions will be ignored entirely.
References to custom libraries are permitted.''
i actually don't understand any of this.. or the big words. coding? nerd stuff? perfect grammar? |
|
|
AetricityJoin Date: 2012-03-29 Post Count: 51079 |
If you do not understand what the original poster is saying, he is basically saying talk about the C Programming Language in a much more broken down and formal method. |
|