Show
Ignore:
Timestamp:
01/04/10 15:14:18 (14 years ago)
Author:
bhilburn
Message:

Recreated the CognitiveEngine? class, inherited and implemented it with
the CBR_CE test class. Seems to be working so far.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/cognitive_engines/CBR_CE/cbr_demo.cpp

    r465 r532  
    4141       ERROR(1, "Usage: %s hostname port\n", argv[0]); 
    4242     
    43     CognitiveEngine cognitiveEngine(argv[1], argv[2], false); 
     43    CognitiveEngine cognitiveEngine(argv[1], argv[2], 10, false); 
    4444 
    4545    LOG("Waiting for signal...\n");