Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(formula): prevent conversion error on duplicate SubNode connections#532

Open
ant66376 wants to merge 1 commit intoKindXiaoming:masterfrom
ant66376:fix-node-connection-check
Open

fix(formula): prevent conversion error on duplicate SubNode connections#532
ant66376 wants to merge 1 commit intoKindXiaoming:masterfrom
ant66376:fix-node-connection-check

Conversation

@ant66376
Copy link

@ant66376 ant66376 commented Mar 17, 2025

  • Add network depth validation when converting formulas to models
  • Throw ConversionError if input layer SubNode connects to same variable more than twice
  • Implement layer deepening strategy to resolve multi-connection issues

For equation=0.8329-100log(R)-0.01M+M^2+R+R^2

  • Before fix
    image

-After fix
image

- Add network depth validation when converting formulas to models
- Throw ConversionError if input layer SubNode connects to same variable more than twice
- Implement layer deepening strategy to resolve multi-connection issues
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

Successfully merging this pull request may close these issues.

1 participant