autonomous

Autonomous Software

Has anyone written any code where the application in its lifetime learn and improve itself (using observed data stored in a KB),are there any frameworks for this? ...

Oracle DDL in autonomous transaction

I need to execute a bunch of (up to ~1000000) sql statements on an Oracle database. These statements should result in a referentially consistent state at the end, and all the statements should be rolled back if an error occurs. These statements do not come in a referential order. So if foreign key constraints are enabled, one of the stat...

AUTONOMOUS_TRANSACTION: pros and cons

Can be autonomous transactions dangerous? If yes, in which situations? When autonomous transactions are necessary? ...

Open-source urban driving simulator

Open-source urban driving simulator needed to build an automated taxi driver. The dream feature-set may include: * easy import of external AI code * other agents, such as cars and pedestrians * simulated programmable traffic and traffic regulations * relatively realistic physics engine I had a look at TORCS, which has most of these fe...