Skip to content
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

Open
Agrover112 opened this issue Sep 30, 2021 · 7 comments
Open

Add more problem functions in fitness.py #12

Agrover112 opened this issue Sep 30, 2021 · 7 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest help wanted Extra attention is needed

Comments

@Agrover112
Copy link
Owner

Agrover112 commented Sep 30, 2021

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

@Agrover112 Agrover112 added enhancement New feature or request Hacktoberfest help wanted Extra attention is needed labels Sep 30, 2021
@Agrover112 Agrover112 added the good first issue Good for newcomers label Oct 17, 2021
@Yash621
Copy link

Yash621 commented Nov 15, 2021

@Agrover112 can i contibute to this ?

@Agrover112
Copy link
Owner Author

Sure @Yash621 Let ke know what type of problems -funcs/functions you have in mind

@Agrover112
Copy link
Owner Author

@Agrover112 can i contibute to this ?

Sorry, I forgot to assign you here you go!

@Yash621
Copy link

Yash621 commented Dec 16, 2021

@Agrover112 can you suggest from where i can read about the flight scheduling problem ?

@Agrover112
Copy link
Owner Author

@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 .
TLDR, you have people who need to reach a dest from src city and book a flight for to and return flight. So now we need to make sure all people from different cities reach the dest City at roughly the same time with least wait times while arriving and least waiting times while departing ans obviously , minimise the cost in Dollars as well.!

@Yash621
Copy link

Yash621 commented Dec 19, 2021

ohh okay ,can you expalin what type of cost functions you have used in this ?

@Agrover112
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants