Changeset e92c6a in git for Singular/walk.h


Ignore:
Timestamp:
Apr 19, 2013, 11:52:27 AM (11 years ago)
Author:
Stephan Oberfranz <oberfran@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
4d998e87e374f7d2eeb8255db038e35cecbd06f6
Parents:
8659a91de7a2bca7e3533e0b2270e4ecd33c1809
git-author:
Stephan Oberfranz <oberfran@pipo.mathematik.uni-kl.de>2013-04-19 11:52:27+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-04-19 11:53:54+02:00
Message:
walk stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/walk.h

    r8659a9 re92c6a  
    5555ideal Mwalk(ideal G, intvec* curr_weight, intvec* target_weight);
    5656
     57// random walk algorithm to compute a Groebner basis
     58ideal Mrwalk(ideal Go, intvec* curr_weight, intvec* target_weight, int weight_rad, int pert_deg);
     59
    5760/* the perturbation walk algorithm */
    5861ideal Mpwalk(ideal G,int op,int tp,intvec* curr_weight,intvec* target_weight, int nP);
     
    6164ideal Mfwalk(ideal G, intvec* ivstart, intvec* ivtarget);
    6265
     66/* The fractal walk algorithm with random element */
     67ideal Mfrwalk(ideal G, intvec* ivstart, intvec* ivtarget,int weight_rad);
    6368
    6469/* Implement Tran's idea */
    6570intvec* TranMPertVectorslp(ideal G);
    6671ideal TranMImprovwalk(ideal Go, intvec* curr_weight,intvec* target_weight, int nP);
     72
     73/* Implement Tran's idea with random element*/
     74ideal TranMrImprovwalk(ideal G,intvec* curr_weight,intvec* target_tmp, int nP, int weight_rad, int pert_deg);
    6775
    6876/* the first alternative algorithm */
Note: See TracChangeset for help on using the changeset viewer.