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

Mods to Ni converting functional constraints class #6

Open
wants to merge 14 commits into
base: niharika2999-Ni_converting_functional-constraints_class
Choose a base branch
from

Commits on Sep 28, 2023

  1. Adding parabola constraints, updating notebooks and rearrnginf functi…

    …ons in _constraints based on discussions with Josh and Mohammad
    Niharika Karnik authored and Niharika Karnik committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    91c7e69 View commit details
    Browse the repository at this point in the history
  2. Adding parabola constraints python file

    Niharika Karnik authored and Niharika Karnik committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    38bc452 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Adding functionality of user giving just an equation as an input to u…

    …ser defined constraints and examples on how to implement it
    Niharika Karnik authored and Niharika Karnik committed Oct 16, 2023
    10 Configuration menu
    Copy the full SHA
    1203fe9 View commit details
    Browse the repository at this point in the history
  2. Adding documentation for all of the functions in _constraints.py

    Niharika Karnik authored and Niharika Karnik committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    974034f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Fixing exact_n for number of sensors required in the constrained regi…

    …on to be greater than the optimal number suggested by plain QR and example notebook reflecting the same
    Niharika Karnik authored and Niharika Karnik committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    81c4a93 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Adding all of the chnages suggested by Mohammad in his PR titled ( fe…

    …w changes for the constraints class), addressing Josh's comments on this class and notebooks reflecting all of the functionalities of this class
    Niharika Karnik authored and Niharika Karnik committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f84cccb View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Fixing annotate_sensors() to work for dataframe data and unifying the…

    … way user defined constraints are plotted for various string,equation implementations
    Niharika Karnik authored and Niharika Karnik committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c4d31d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Adding capability of plotting multiple things on the same axis as wel…

    …l as being able to plot on multiple axes for plot_constraints_on_data and subsequent plotting functions. Adding different colours to annotate_sensors and plotting_selected_sensors to reflect effect of constraints on sensors selected. Jupyter notebooks updated to reflect these changes
    Niharika Karnik authored and Niharika Karnik committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d54a063 View commit details
    Browse the repository at this point in the history
  2. Fixing ellipse without an angle (the issue was with the plotting func…

    …tion as the matplotlib ellipse function requires the diameter or the vertical and horizontal axis and we were giving it half_major_axis and half_minor_axis)
    Niharika Karnik authored and Niharika Karnik committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    bec5b27 View commit details
    Browse the repository at this point in the history
  3. Adding functions for an ellipse rotated by an angle in constraint_fun…

    …ction() of class Ellipse(), the functional_constraints_class notebook reflects these chnages
    Niharika Karnik authored and Niharika Karnik committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    f655d99 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    dd7984e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef7faf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    e7ac7ac View commit details
    Browse the repository at this point in the history
  2. updating notebook

    Jimmy-INL committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5e3f10a View commit details
    Browse the repository at this point in the history