Pastebin

Paste #1244: No description

< previous paste - next paste>

Pasted by chrivers

Download View as text

hvad gør dette her: 
    if en < eb:                              #  Is this a new best?
        sb = deepcopy(sn); eb = en          #    Yes, save it.
    if P(e, en, temp(k/kmax)) > rand():      #  Should we move to it?
        s = deepcopy(sn); e = en            #    Yes, change state.
hvorfor flytter man ikke nødvendigvis til det nye bedste state?

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.