angel

log

age author description
6 weeks m_utkej fix up ownership to reflect initial EPSRC fundingdefault tip
6 weeks m_utkej avoid deprecation warning
6 weeks m_utkej license clarification
4 months m_utkej shouldn't hard code the boost lib location
5 months vm677247 added angel example
5 months m_utkej branch merge
5 months m_utkej clarify
5 months m_utkej relocate xaifBooster guards
7 months m_utkej branch merge
7 months m_utkej actually compare the cost of edge with vertex eliminations if the latter could run
7 months lyonsam Added tag newHeuristics for changeset c97fd2cd2c5e
7 months lyonsam branch merge
7 months lyonsam Added postProccessRemainderGraph, which performs scarcity-preserving, no-cost edge eliminations subsequent to the running of the heuristic. It currently does not consider eliminations that reduce the nontrivial edge count, with the idea that these reflect a deficiency in the heuristic which must be corrected later. The postprocessing step is intended as a stupid/trivial bit that shouldnt find an improvement to the heuristic.newHeuristics
8 months m_utkej typos
8 months m_utkej updated info once more
8 months m_utkej update on SF
8 months m_utkej update as requested by sourceforge
8 months m_utkej branch merge
8 months m_utkej parameters are no longer in the interface and doxygen complains
8 months m_utkej rename macros to avoid clash with newer boost versions
10 months lyonsam branch merge
10 months lyonsam namespace updates after moving AwarenessLevel to xaifBoosterCrossCountryInterface
10 months utke version update
10 months lyonsam branch merge
13 months lyonsam removed call to now-gone function (getLCG)
13 months lyonsam update interface for xaifBooster changes
13 months lyonsam cleanup, consolidate into replay_transformation_seq, and reinstate default angel heuristics
13 months lyonsam minor debugging output fix
13 months lyonsam Removed AwarenessLevel from determination of computational costs
14 months lyonsam new random walk for min. ops
14 months lyonsam big change- moved to new types for old scarcity heuristics
14 months lyonsam moved AwarenessLevel to its own class within xaifBoosterBasicBlockPreacumulation
14 months lyonsam removed temperature, and added restarting process for multiple passes
14 months lyonsam SA with reroutings and new representation-independent transformation types
14 months lyonsam removed extraneous comment
14 months lyonsam changes to debugging output
14 months lyonsam updates to elim_sa, including abstraction and moving of index selection
14 months lyonsam updates to partial edge elim. sequence (scarcity) by simulated annealing
14 months lyonsam update to scarcity simulated annealing (this is the first version that gets good results)
14 months lyonsam added random seed
14 months lyonsam first try at scarcity edge elim heuristic that does edge elims
12 months m_utkej following g++ v. 3.4.2's suggestions we throw in some () and {} to make it happy
13 months lyonsam best_heuristic now actually returns the best heuristic
16 months lyonsam branch merge
16 months lyonsam added documentation to some method parameters to clear up doxygen warnings
16 months m_utkej update dates
16 months lyonsam commented out unused variable (should have been part of larger comment)
17 months m_utkej prevent debug info (previous change was committed by mistake)
17 months m_utkej merge
17 months m_utkej merge
18 months lyonsam minor cosmetic changes
20 months lyonsam some cleanup and simplification. moved some io stuff to angel_io
20 months lyonsam all eliminations now return remainder graphs
20 months lyonsam turned debugging back off
20 months lyonsam minor cleanup
21 months lyonsam Branch merge
21 months utke branch merge
21 months utke branch merge
21 months lyonsam just cleanup
23 months lyonsam reverted intermediate count syntax for sed reasons