- Timestamp:
- Dec 16, 2009, 8:48:40 PM (15 years ago)
- Location:
- liacs/nc/low-correlation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
liacs/nc/low-correlation/sa.m
r39 r40 30 30 else 31 31 % XXX: Some more cleaver cooling would be great 32 if( e ^((fitness - new_fitness) / temperature) > rand())32 if( exp(1)^((fitness - new_fitness) / temperature) > rand()) 33 33 seq = newseq; 34 34 end
Note:
See TracChangeset
for help on using the changeset viewer.