Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avaneev/biteopt
/ optcost
Method
optcost
biteopt.h:1884–1887 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1882
}
1883
1884
virtual double optcost( const double* const p )
1885
{
1886
return(( *f )( N, p, data ));
1887
}
1888
};
1889
1890
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected