Ignore:
Timestamp:
Dec 13, 2009, 2:14:22 PM (15 years ago)
Author:
Rick van der Zwet
Message:

Crap files in wrong directory

File:
1 moved

Legend:

Unmodified
Added
Removed
  • liacs/nc/low-correlation/mcs.m

    r28 r29  
    99    s = rand(n,1);
    1010    s = round(s);
    11     s = (s == 0) .- 1
     11    s = (s == 0) .- 1;
    1212
    1313    % Find whether we are better than everything else
    14     fitness = SHG(s)
     14    fitness = SHG(s);
    1515    if (fitness > best_fitness)
    1616        best_array = s;
    17         best_fitness = fitness;
     17        best_fitness = fitness
    1818        % Little hack to display output nicely
    19         printf("%f", fitness);
    2019        disp(rot90(s,-1));
    2120    endif
Note: See TracChangeset for help on using the changeset viewer.