You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function to insert an element into the list in order
function to run kk - returns residue of a solution
probability function to do 50/50 coin flip - this could also use our random int function with bounds 1-2
random int function - to choose i and j for random neighbor
random long function - to generate input file
function to randomly generate S/P solution - let's try to use some soft eng awesomeness to use this for both
function to choose random neighbor - let's try to use some soft eng awesomeness to use this for both
//I think for this we want to create super classes that can be interfaced slightly differently for each version
@AfterTest to output results how we want for latex
Check distribution of random number generation for input files in JMP/R
When doing each algorithm, have it output residue at every iteration to graph and see how they improve, to ensure that hill climbing/simulated annealing work how we expect
//I think for this we want to create super classes that can be interfaced slightly differently for each version
Testing
Results/Reports....