Search found 7 matches
- 30 Nov 2011, 05:42
- Forum: AI
- Topic: How do i make the C++ wrapper using awk files
- Replies: 4
- Views: 1596
Re: How do i make the C++ wrapper using awk files
make Cpp-AIWrapper* I'm working on a windows computer so getting make to work was not a trivial task. but even after installing cygwin, ensuring the 'make' package was included and then updating the 'PATH' system variable to include C:\cygwin\bin\ i'm still not having any luck. i just get: make: **...
- 22 Nov 2011, 00:08
- Forum: AI
- Topic: How do i make the C++ wrapper using awk files
- Replies: 4
- Views: 1596
How do i make the C++ wrapper using awk files
I tried to build the new C++ files using the *.awk files in AI\Wrappers\Cpp\bin in the 0.82.7.1 spring source, but it just stops. I don't know much about awk files but i edited the files to print some debug to show where it gets stuck and from what is printed it gets to the end of the BEGIN statemen...
- 22 Nov 2011, 00:00
- Forum: AI
- Topic: AI Interface pureification (pureint)
- Replies: 11
- Views: 4520
Re: AI Interface pureification (pureint)
I'm currently looking at E323AI source to see if I can replace some of the components to test a task allocation solution that I'm exploring for for my PhD research.
So has E323AI been ported to the new C++ interface or is it still running on the Legacy interface?
So has E323AI been ported to the new C++ interface or is it still running on the Legacy interface?
- 17 Nov 2011, 03:53
- Forum: AI
- Topic: getting academia back on board
- Replies: 14
- Views: 3864
Re: getting academia back on board
sounds good, other than speed there is no reason why Lua is not useful to AI research. the flexibility and ease of edit,test,edit,test style development and the modularity of widgets and gadgets makes lua quite useful. I am focusing on C++ because I am working on AI for micromanaging groups of units...
- 17 Nov 2011, 01:52
- Forum: AI
- Topic: getting academia back on board
- Replies: 14
- Views: 3864
getting academia back on board
Hi all I recently did my honours research in AI for spring, unfortunately the learning curve and lack of coherent documentation resulted in the final product being a half-baked proof of concept that was just enough to provide me with sufficient statistics to write up the thesis. Despite the challeng...
- 16 Nov 2011, 03:30
- Forum: Lua Scripts
- Topic: [WIP] Rough draft of Spring Lua Guide
- Replies: 44
- Views: 17212
Re: [WIP] Rough draft of Spring Lua Guide
I have been looking at the Widget.lua and Gadget.lua to confirm call ins and action handlers for widgets and gadgets. In the attached PDF is the list of function definitions i found in the current guide compared to what i found in the widget and gadget files. also included are some additional commen...
- 02 Aug 2011, 06:26
- Forum: Lua Scripts
- Topic: [WIP] Rough draft of Spring Lua Guide
- Replies: 44
- Views: 17212
Re: [WIP] Rough draft of Spring Lua Guide
I Have been investigating Spring AI and widgets for my PhD this widget guide has be a life saver. I wrote some handy functions while I was poking around to see how things work. there are some functions for writing tables to files in a human readable form. also included is a function for Echoing smal...