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

V0.3.3 #119

Merged
merged 3 commits into from
Sep 24, 2023
Merged

V0.3.3 #119

merged 3 commits into from
Sep 24, 2023

Conversation

wilsonrljr
Copy link
Owner

CONTRIBUTORS

  • wilsonrljr
  • GabrielBuenoLeandro
  • samirmartins

CHANGES

  • The update v0.3.3 has been released with additional features, API changes and fixes.

  • MAJOR: Multiobjective Framework: Affine Information Least Squares Algorithm (AILS)

    • Now you can use AILS to estimate parameters of NARMAX models (and variants) using a multiobjective approach.
    • AILS can be accessed using from sysidentpy.multiobjective_parameter_estimation import AILS
    • See the docs for a more in depth explanation of how to use AILS.
    • This feature is related to Issue Multi objective parameter estimation #101. This work is the result of an undergraduate research conducted by Gabriel Bueno Leandro under the supervision of Samir Milani Martins and Wilson Rocha Lacerda Junior.
    • Several new methods were implemented to get the new feature and you can check all of it in sysidentpy -> multiobjective_parameter_estimation.
  • API Change: regressor_code variable was renamed as enconding to avoid using the same name as the method in narmax_tool regressor_code method.

  • DATASET: Added buck_id.csv and buck_valid.csv dataset to SysIdentPy repository.

  • DOC: Add a Multiobjetive Parameter Optimization Notebook showing how to use the new AILS method

  • DOC: Minor additions and grammar fixes.

@wilsonrljr wilsonrljr merged commit 5d39051 into master Sep 24, 2023
7 checks passed
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.

None yet

1 participant