About AAMS
|
What is the Abstract Algorithm model simulator (AAMS)?The AAMS is an opensource tool for creating scientific simulations in a simple user interface. The AAMS environment allows the user to connect various processing elements with each other, define the control logic and initialize a simulation. The simulation results can be viewed in graphs or stored in text files, databases or have it written to a com port, while the simulation is executing. It is a very useful tool for use in an academic environment. What kind of simulations can AAMS execute?AAMS is capable of executing all kinds of simulations from simple boolean logic simulations to Neural Network Simulations and even computer network simulations provided that you have the appropriate processing elements AAMS Feature List:
Processing Elements There are three types of processing elements,
Creating your own processing elementsThe processing elements algorithm is currently implemented in DelphiWebScript. DelphiWebScript is a pascal like open source scripting language. DWS supports loading dll files and connecting to COM Interfaces, therefore you can create processing elements that are dll or COM wrappers therefore allowing you to reuse any existing code you might have or develop in your favourite windows programming language, if of course you are interested in developing processing elements. Processing elements are saved in an XML file along with any dependancies they may have on other files such as dlls or COM objects.
|