Changeset 1052 for trunk/packages/optimizer/examples
- Timestamp:
- Jun 18, 2008 3:08:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/optimizer/examples/simple.tcl
r1015 r1052 16 16 # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. 17 17 # ====================================================================== 18 set auto_path [linsert $auto_path 0 /tmp/opt/lib] 18 19 package require BLT 19 20 package require Itcl 20 21 package require Rappture 21 22 package require RapptureGUI 22 package require RapptureOptimizer 23 23 package require -exact RapptureOptimizer 1.1 24 24 set popsize 100 ;# size of each population for genetic algorithm 25 25
Note: See TracChangeset
for help on using the changeset viewer.