angel

log

age author description
4 weeks m_utkej updated page to reflect move to svndefault tip
5 months m_utkej fix up ownership to reflect initial EPSRC funding
5 months m_utkej avoid deprecation warning
5 months m_utkej license clarification
8 months m_utkej shouldn't hard code the boost lib location
9 months vm677247 added angel example
10 months m_utkej branch merge
10 months m_utkej clarify
10 months m_utkej relocate xaifBooster guards
11 months m_utkej branch merge
11 months m_utkej actually compare the cost of edge with vertex eliminations if the latter could run
11 months lyonsam Added tag newHeuristics for changeset c97fd2cd2c5e
11 months lyonsam branch merge
11 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
12 months m_utkej typos
12 months m_utkej updated info once more
12 months m_utkej update on SF
12 months m_utkej update as requested by sourceforge
12 months m_utkej branch merge
12 months m_utkej parameters are no longer in the interface and doxygen complains
12 months m_utkej rename macros to avoid clash with newer boost versions
14 months lyonsam branch merge
14 months lyonsam namespace updates after moving AwarenessLevel to xaifBoosterCrossCountryInterface
14 months utke version update
15 months lyonsam branch merge
17 months lyonsam removed call to now-gone function (getLCG)
18 months lyonsam update interface for xaifBooster changes
18 months lyonsam cleanup, consolidate into replay_transformation_seq, and reinstate default angel heuristics
18 months lyonsam minor debugging output fix
18 months lyonsam Removed AwarenessLevel from determination of computational costs
18 months lyonsam new random walk for min. ops
18 months lyonsam big change- moved to new types for old scarcity heuristics
18 months lyonsam moved AwarenessLevel to its own class within xaifBoosterBasicBlockPreacumulation
18 months lyonsam removed temperature, and added restarting process for multiple passes
18 months lyonsam SA with reroutings and new representation-independent transformation types
18 months lyonsam removed extraneous comment
18 months lyonsam changes to debugging output
18 months lyonsam updates to elim_sa, including abstraction and moving of index selection
18 months lyonsam updates to partial edge elim. sequence (scarcity) by simulated annealing
18 months lyonsam update to scarcity simulated annealing (this is the first version that gets good results)
18 months lyonsam added random seed
18 months lyonsam first try at scarcity edge elim heuristic that does edge elims
16 months m_utkej following g++ v. 3.4.2's suggestions we throw in some () and {} to make it happy
18 months lyonsam best_heuristic now actually returns the best heuristic
21 months lyonsam branch merge
21 months lyonsam added documentation to some method parameters to clear up doxygen warnings
21 months m_utkej update dates
21 months lyonsam commented out unused variable (should have been part of larger comment)
22 months m_utkej prevent debug info (previous change was committed by mistake)
22 months m_utkej merge
22 months m_utkej merge
22 months lyonsam minor cosmetic changes
2 years lyonsam some cleanup and simplification. moved some io stuff to angel_io
2 years lyonsam all eliminations now return remainder graphs
2 years lyonsam turned debugging back off
2 years lyonsam minor cleanup
2 years lyonsam Branch merge
2 years utke branch merge
2 years utke branch merge
2 years lyonsam just cleanup