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

How to show the following constraints in the ELM.PY program? #2

Open
HaoVictory opened this issue Oct 18, 2019 · 3 comments
Open

How to show the following constraints in the ELM.PY program? #2

HaoVictory opened this issue Oct 18, 2019 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@HaoVictory
Copy link

  1. If nh ≤ N
    Find the generalized eigenvectors v2,vv3,...,vvno+1 of
    (20) corresponding to the second through the no + 1
    smallest eigenvalues. Let β = [v2,v3,...,vno+1],where
    vi = vi/�Hvi�, i = 2,..., no + 1.
  2. Else
    Find the generalized eigenvectors u2, u3,..., uno+1 of
    issue
@sumanth-bmsce
Copy link
Owner

For our usage, we only required the 1st condition i.e. nh ≤ N. So, I have included only that constraint in line 104 in ELM.py. If want to include the second condition as well, you are welcome to contribute to this repo.

@HaoVictory
Copy link
Author

HaoVictory commented Oct 20, 2019 via email

@sumanth-bmsce sumanth-bmsce added good first issue Good for newcomers enhancement New feature or request labels Mar 28, 2020
@sumanth-bmsce
Copy link
Owner

Hi,
You are welcome to contribute to this repo and add the second constraint

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
Projects
None yet
Development

No branches or pull requests

2 participants