Skip to content

Commit

Permalink
Merge pull request #118 from GabrielBuenoLeandro/master
Browse files Browse the repository at this point in the history
Multiobjective NARMAX modeling
  • Loading branch information
wilsonrljr committed Sep 24, 2023
2 parents bd763cf + 2f8b367 commit 8445d03
Show file tree
Hide file tree
Showing 9 changed files with 6,644 additions and 10 deletions.
1,002 changes: 1,002 additions & 0 deletions examples/datasets/buck_id.csv

Large diffs are not rendered by default.

1,000 changes: 1,000 additions & 0 deletions examples/datasets/buck_valid.csv

Large diffs are not rendered by default.

756 changes: 756 additions & 0 deletions examples/multiobjective.ipynb

Large diffs are not rendered by default.

2,995 changes: 2,995 additions & 0 deletions examples/multiobjective_parameter_estimation.ipynb

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions sysidentpy/multiobjective_parameter_estimation/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Authors:
# Gabriel Bueno Leandro <gabrielbuenoleandro00@gmail.com>
# Samir Angelo Milani Martins <milani.martins@gmail.com>
# Wilson Rocha Lacerda Junior <wilsonrljr@outlook.com>
# License: BSD 3 clause

from .estimators import AILS
Loading

0 comments on commit 8445d03

Please sign in to comment.