this post was submitted on 08 Feb 2024
57 points (100.0% liked)

Comics

431 readers
1 users here now

A community for sharing comics related to programming

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 8 months ago
MODERATORS
 

Hover Text:

Just make sure you don't have it maximize instead of minimize.

Transcript

[Code displayed, presumably from an IDE.]

def getSolutionCosts(navigationCode):
    fuelStopCost = 15  
    extraComputationCost = 8

[There is a giant arrow pointing to the next line.]

    thisAlgorithmBecomingSkynetCost = 999999999  
    waterCrossingCost = 45

Genetic algorithms tip:
Always include this in your fitness function.

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 7 months ago

What if it overflows and the cost becomes negative?