MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / iterativePropagation

Method iterativePropagation

src/nlr/NetworkLevelReasoner.cpp:269–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void NetworkLevelReasoner::iterativePropagation()
270{
271 IterativePropagator iterativePropagator( this );
272 iterativePropagator.setCutoff( 0 );
273 iterativePropagator.optimizeBoundsWithIterativePropagation( _layerIndexToLayer );
274}
275
276void NetworkLevelReasoner::intervalArithmeticBoundPropagation()
277{

Callers 1

Calls 2

setCutoffMethod · 0.45

Tested by

no test coverage detected