Derivation of the FixbbSimAnnealer with some fancy Tensorflow logic to adaptively decrease sample space during the run.
More...
#include <core/pack/annealer/SmartFixbbSimAnnealer.hh>
#include <core/conformation/Residue.hh>
#include <core/chemical/ResidueType.hh>
#include <core/pack/rotamer_set/RotamerSet.hh>
#include <core/pack_basic/RotamerSetsBase.hh>
#include <core/pack/task/PackerTask.hh>
#include <core/pack/interaction_graph/AnnealableGraphBase.hh>
#include <basic/Tracer.hh>
#include <numeric/random/random.hh>
#include <utility>
#include <utility/exit.hh>
#include <iostream>
#include <fstream>
#include <math.h>
#include <basic/citation_manager/CitationManager.hh>
#include <basic/citation_manager/UnpublishedModuleInfo.hh>
#include <basic/citation_manager/CitationCollection.fwd.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/corrections.OptionKeys.gen.hh>
#include <basic/database/open.hh>
#include <core/pack/rotamer_set/FixbbRotamerSets.hh>
#include <utility/vector0.hh>
#include <utility/vector1.hh>
Derivation of the FixbbSimAnnealer with some fancy Tensorflow logic to adaptively decrease sample space during the run.
- Author
- Jack Maguire, jackm.nosp@m.agui.nosp@m.re144.nosp@m.4@gm.nosp@m.ail.c.nosp@m.om
| static basic::Tracer TR |
( |
"core.pack.annealer.SmartFixbbSimAnnealer" |
| ) |
|
|
static |