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

一些小bug和疑问 #3

Open
Chupeng24 opened this issue Feb 14, 2023 · 0 comments
Open

一些小bug和疑问 #3

Chupeng24 opened this issue Feb 14, 2023 · 0 comments

Comments

@Chupeng24
Copy link

  1. 在GA_for_FJSP.py文件中,line109-line111有个小bug,导致循环遍历不到最后一位。
    image
    line109应该改成:len_pt=len(pt) 或者 line111改成while k<=len_pt:
    同理,GA_for_Fuzzy.py相应位置也需要进行修改。

  2. 在GA_for_FJSP.py文件中,line185是无用的,因为后面decode函数会更新self.Best_JS
    image

3.疑问:在文件fuzzy_SF_Item.py中line21中,这里的排序不应该用模糊数的比较操作吗?
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant