Enumeration ChoiceHeuristic 
		 
	 
 
	
		
			
			
			
				Enumeration members 
				
					 
					DiscardHeuristic  
					DiscardHeuristic:   
					
						
							Defined in ai/defaultAi.ts:27 
						 
					 
				 
				
					 
					DrawHeuristic  
					DrawHeuristic:   
					
						
							Defined in ai/defaultAi.ts:26 
						 
					 
				 
				
					 
					HighestStatsHeuristic   
					HighestStatsHeuristic:    
					
						
							Defined in ai/defaultAi.ts:29 
						 
					 
				 
				
					 
					ReplaceHeuristic  
					ReplaceHeuristic:   
					
						
							Defined in ai/defaultAi.ts:28 
						 
					 
				 
			 
		 
		
	 
 
	
		Legend 
		
			
				Module  
				Object literal  
				Variable  
				Function  
				Function with type parameter  
				Index signature  
				Type alias  
			 
			
				Enumeration  
				Enumeration member  
				Property  
				Method  
			 
			
				Interface  
				Interface with type parameter  
				Constructor  
				Property  
				Method  
				Index signature  
			 
			
				Class  
				Class with type parameter  
				Constructor  
				Property  
				Method  
				Accessor  
				Index signature  
			 
			
				Inherited constructor  
				Inherited property  
				Inherited method  
				Inherited accessor  
			 
			
				Protected property  
				Protected method  
				Protected accessor  
			 
			
				Private property  
				Private method  
				Private accessor  
			 
			
				Static property  
				Static method  
			 
		 
	 
 
 
Determines which heuristic to be used when the A.I makes a choice. Choices are any time the game asks a user to select 1 or more cards, such as when discarding or searching their deck.