-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more problem functions in fitness.py #12
Comments
@Agrover112 can i contibute to this ? |
Sure @Yash621 Let ke know what type of problems -funcs/functions you have in mind |
Sorry, I forgot to assign you here you go! |
@Agrover112 can you suggest from where i can read about the flight scheduling problem ? |
Ah, well this ones a bit specific . I myself didn't find a lot , but I'm writing a paper on this . |
ohh okay ,can you expalin what type of cost functions you have used in this ? |
The cost function I crewated is specifically for Flight scheduling problem. Rest are benchmark functions for Optimization Algorithms.( For testing performance of algos). Pretty famous you can google their names and find info about them on Wikipedia as well. |
Add more problems rel to current flightscheduling problem. (No matrix problems)
Only problems whose solution is of the form: [1,2,3,4]
OR
[x1,z2..........xn] and corresponding domain : [(-a,b),(-c,-d).......nth-tuple]. Refer fitness.py for existing problems and cost functions and their domains.
Ideally the isse requires you to add a sample cost function to solve a particular problem, whose inputs are of form 1*n
The text was updated successfully, but these errors were encountered: