The document describes a non-revisiting genetic algorithm with adaptive mutation for optimizing multi-dimensional numeric functions. The proposed algorithm avoids revisiting previously evaluated solutions by replacing any duplicates with a mutated version of either the best or random individual. The mutation rate adapts over generations, starting with more exploration and ending with more exploitation. Experimental results on 9 benchmark functions in 2 and 4 dimensions show the proposed algorithm achieves better best and average fitness than a standard genetic algorithm, with improvements ranging from 10-98% depending on the function.