Home
last modified time | relevance | path

Searched refs:n_deaths (Results 1 – 6 of 6) sorted by relevance

/dports/games/gigalomania/gigalomaniasrc/
H A Dplayer.h32 int n_deaths; // saved variable
73 return this->n_deaths; in getNDeaths()
86 this->n_deaths = n; in setNDeaths()
89 this->n_deaths += n; in addNDeaths()
H A Dplayer.cpp65 index(index), dead(false), n_births(0), n_deaths(0), n_men_for_this_island(0), n_suspended(0), is_h… in Player()
83 stream << "n_deaths=\"" << n_deaths << "\" "; in saveState()
118 n_deaths = atoi(attribute->Value()); in loadStateParseXMLNode()
1146 int final_men = n_men_for_this_island + n_births - n_deaths; in getFinalMen()
H A Dgamestate.h356 int n_deaths[n_players_c][n_epochs_c+1]; // saved variable
418 n_deaths[player][epoch]++; in registerDeath()
H A Dgamestate.cpp911 this->n_deaths[i][j] = 0; in PlayingGameState()
2795 if( n_deaths[i][j] > 0 ) { in refreshSoldiers()
2803 n_deaths[i][j]--; in refreshSoldiers()
3182 …stream << "<n_deaths player_id=\"" << i << "\" epoch=\"" << j << "\" n=\"" << n_deaths[i][j] << "\… in saveState()
3311 n_deaths[player_id][epoch] = n; in loadStateParseXMLNode()
/dports/science/py-lifelines/lifelines-0.19.5/lifelines/fitters/
H A Daalen_additive_fitter.py202 n_deaths = unique_death_times.shape[0]
205 hazards_ = np.zeros((n_deaths, d))
206 variance_hazards_ = np.zeros((n_deaths, d))
233 if show_progress and i % int((n_deaths / 10)) == 0:
234 … print("Iteration %d/%d, seconds_since_start = %.2f" % (i + 1, n_deaths, time.time() - start))
H A Dcoxph_fitter.py920 n_deaths = self.event_observed.sum()
921 scaled_schoenfeld_resids = n_deaths * self._compute_schoenfeld(X, T, E, weights, index).dot(