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

optimization-based reshape operators #309

Draft
wants to merge 50 commits into
base: develop
Choose a base branch
from

Commits on May 23, 2019

  1. First commit for EdgeOptim Operator.

    This operator takes in an edge and tries to reshape the edge by using LBFGS optimization on a user defined objective functions.
    Avinash Moharana committed May 23, 2019
    Configuration menu
    Copy the full SHA
    81da27f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Optimization based edge reshape included for order less than 3.

    Avinash Moharana committed May 29, 2019
    Configuration menu
    Copy the full SHA
    0c0fd07 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

  1. edge reshape only.

    Avinash Moharana committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    fe25096 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. face nodes included in the optimizer.

    Avinash Moharana committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    9be8ef8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. included statndalone face repositioning.

    Avinash Moharana committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    535ac22 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. optim wo adapt

    Avinash Moharana committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    a09a287 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. edge optimization based on all invaliidities.

    Avinash Moharana committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    08e8c13 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Debugging on Avinash's code

    mortezah committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    98eeaf3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

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

Commits on Nov 9, 2019

  1. Debugging Day-3

    Avinash Moharana committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    7acc845 View commit details
    Browse the repository at this point in the history
  2. Debug edge optim day 4

    mortezah committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    23bc9d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Debugging Day 5

    Avinash Moharana committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    f55f06d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Debugging Day 5a

    Avinash Moharana committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    5a2f564 View commit details
    Browse the repository at this point in the history
  2. Debugging Day 5a

    Avinash Moharana committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    394fd59 View commit details
    Browse the repository at this point in the history
  3. Debugging Day 6 - change in markedEdgestoFix

    Avinash Moharana committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    d2ca507 View commit details
    Browse the repository at this point in the history
  4. Debugging Day 6: changes to EdgeOptimizer logic

    Avinash Moharana committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    a2c2d0a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    d841f06 View commit details
    Browse the repository at this point in the history
  2. Debugging Day 6: New logic, commented out unused lines

    Avinash Moharana committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    c334ad3 View commit details
    Browse the repository at this point in the history
  3. Debugging Day 7

    Avinash Moharana committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    6a83b76 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Debugging Day 8

    Avinash Moharana committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    52faaa2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. try face before edge reshape

    Avinash Moharana committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    1129dfa View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Without constraining face nodes on model surface

    Avinash Moharana committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    e84d91c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

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

Commits on Nov 18, 2019

  1. Debugging -changed Edge and Face Node Distribution evaluation

    Avinash Moharana committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    f382558 View commit details
    Browse the repository at this point in the history
  2. Debugging increased invalid Edge index

    Avinash Moharana committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    94ce147 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Debugging reshape operator, final. without entity numbering.

    Avinash Moharana committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    dc142d7 View commit details
    Browse the repository at this point in the history
  2. new function fixInvalidEdgesCollapseAndSwap

    Avinash Moharana committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    b8c7c80 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. debugging for antenna

    Avinash Moharana committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    7301f4f View commit details
    Browse the repository at this point in the history
  2. delta value change

    Avinash Moharana committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    b69ad47 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. debug-single-pass

    Avinash Moharana committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    8f4594e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. debug_antenna_1_invalidity

    Avinash Moharana committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    eb7471c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Clean up + crvDBG + External LBFGS

    1. Combined all the optimization ops into one single header/source
    2. Combined all the objective functions into one single header/source
    3. Using and external LBFGS optimizer from
    ([email protected]:yixuan/LBFGSpp.git)
    4. Moved most of the debug related routines into crvDBG namespace
    mortezah committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    e03b344 View commit details
    Browse the repository at this point in the history
  2. Example of using crvDBG.h

    mortezah committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    be87eed View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. minor changes

    Avinash Moharana committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    10bc76e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    5d480e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71aa886 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Configuration menu
    Copy the full SHA
    30603e7 View commit details
    Browse the repository at this point in the history
  2. Re-factors getGrad + add tol

    mortezah committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    905bb59 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. code clean.

    Merge branch 'crv_edge_optim' of github.com:mortezah/core into clean_optim
    
    Conflicts:
    	crv/crvEdgeOptim.cc
    	crv/crvFaceOptim.cc
    	crv/crvModelEdgeOptim.cc
    Avinash Moharana committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    ae42476 View commit details
    Browse the repository at this point in the history
  2. fixed getGrad() + increased r

    Avinash Moharana committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    7553470 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Implements the fval computatin based on detJ

    Avinash Moharana committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    de1b46d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dea00c View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. -new Objective function + corresponding modifications

    Avinash Moharana committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    b279d6e View commit details
    Browse the repository at this point in the history
  2. fixed weights for NIKL optimization funtion

    Avinash Moharana committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    df542ec View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    a6b1005 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into crv_edge_optim

    Conflicts:
    	crv/crvShape.cc
    	crv/crvTables.h
    mortezah committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    f21a392 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    206b826 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. fixed acceptance criteria for internal edge reshape.

    Avinash Moharana committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    0f186dd View commit details
    Browse the repository at this point in the history
  2. includes some crv header files public.

    Avinash Moharana committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    0ef2a9e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    3cc5625 View commit details
    Browse the repository at this point in the history